aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-12-10 17:24:26 +0000
committerMatthew Lemon <y@yulqen.org>2024-12-10 17:24:26 +0000
commit7aae6c08248a11907b4915e07aed0f760df67a63 (patch)
treeb02c81913dc0ea627c2656657d95020b5f1ee53e
parenta5e7bbbc25244cec6859df5a6db642d972fd5e14 (diff)
Removes the proxy
-rw-r--r--config/settings/production.py2
1 files changed, 1 insertions, 1 deletions
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