From 7aae6c08248a11907b4915e07aed0f760df67a63 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Tue, 10 Dec 2024 17:24:26 +0000 Subject: Removes the proxy --- config/settings/production.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/settings/production.py b/config/settings/production.py index 3f5dbf9..d0786c1 100644 --- a/config/settings/production.py +++ b/config/settings/production.py @@ -234,4 +234,4 @@ MAILGUN_API_URL = env("MAILGUN_API_URL", default="https://api.eu.mailgun.net/v3" USE_X_FORWARDED_HOST = True SECURE_PROXY_SSL_HEADER = ("HTTP_X_FORWARDED_PROTO", "https") RECAPTCHA_USE_SSL = True # Use HTTPS for requests -RECAPTCHA_PROXY = {'http': 'http://127.0.0.1:5000', 'https': 'https://127.0.0.1:5000'} \ No newline at end of file +#RECAPTCHA_PROXY = {'http': 'http://127.0.0.1:5000', 'https': 'https://127.0.0.1:5000'} \ No newline at end of file -- cgit v1.2.3