From edf6285940f6045a680246a8836df2b43e87848c Mon Sep 17 00:00:00 2001 From: Robert Putt Date: Sat, 3 Aug 2024 11:07:48 +0100 Subject: [PATCH] Apply fix for CVE-2023-32681 in Requests library --- https_dns_proxy/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/https_dns_proxy/__init__.py b/https_dns_proxy/__init__.py index 0fd162e..04a7b65 100644 --- a/https_dns_proxy/__init__.py +++ b/https_dns_proxy/__init__.py @@ -85,6 +85,7 @@ def resolve(self, request, handler): hostname, ltype ), + allow_redirects=False, headers=headers, verify=False )