actually added the correct domain this time

This commit is contained in:
JakeBreath
2026-08-06 07:30:35 -05:00
parent 95c289b6c0
commit 8d552ef276
+3 -2
View File
@@ -126,7 +126,7 @@ USE_I18N = True
USE_TZ = True USE_TZ = True
ALLOWED_HOSTS = ['127.0.0.1', 'jakerasp', 'jakerasp.rainbow-herring.ts.net', 'localhost', 'jakerasp.rainbow-herring.ts.net',] ALLOWED_HOSTS = ['127.0.0.1', 'jakerasp', 'jakerasp.rainbow-herring.ts.net', 'localhost', 'jakepc.rainbow-herring.ts.net', 'jakepc',]
# Sessions settings # Sessions settings
SESSION_ENGINE = 'django.contrib.sessions.backends.db' SESSION_ENGINE = 'django.contrib.sessions.backends.db'
@@ -134,7 +134,8 @@ SESSION_COOKIE_AGE = 86400
# Production Server BS over here # Production Server BS over here
CSRF_TRUSTED_ORIGINS = [ CSRF_TRUSTED_ORIGINS = [
'https://jakerasp.rainbow-herring.ts.net', 'http://jakepc',
'https://jakepc.rainbow-herring.ts.net',
'https://jakerasp.rainbow-herring.ts.net', 'https://jakerasp.rainbow-herring.ts.net',
'http://127.0.0.1' 'http://127.0.0.1'
'http://jakerasp', 'http://jakerasp',