From 56f6129a3f5b0a7fbe44c089f800f56a2b821dfc Mon Sep 17 00:00:00 2001 From: Bobby Date: Thu, 20 Jul 2023 02:50:27 -0400 Subject: local dev on `peek` subdomain --- thatcomputerscientist/settings.py | 1 - 1 file changed, 1 deletion(-) diff --git a/thatcomputerscientist/settings.py b/thatcomputerscientist/settings.py index d21b491e..793ff41e 100644 --- a/thatcomputerscientist/settings.py +++ b/thatcomputerscientist/settings.py @@ -41,7 +41,6 @@ CSRF_TRUSTED_ORIGINS = ['https://*.thatcomputerscientist.com', 'http://*.thatcom DOMAIN_NAME = "shi.foo" SESSION_COOKIE_DOMAIN = os.getenv('DOMAIN') if os.getenv('ENVIRONMENT') == 'development' else ".shi.foo" SECURE_PROXY_SSL_HEADER = ('HTTP_X_FORWARDED_PROTO', 'https') -SECURE_SSL_REDIRECT = True ROOT_HOSTCONF = 'thatcomputerscientist.hosts' ROOT_URLCONF = 'thatcomputerscientist.urls' DEFAULT_HOST = 'default' -- cgit v1.2.3