Add user authentication to index and user collections views; update CSRF trusted origins and internal IPs

This commit is contained in:
Ross
2025-12-08 10:57:38 +00:00
parent 4e47083fcd
commit d96dd77cdc
5 changed files with 298 additions and 271 deletions
+4
View File
@@ -117,6 +117,10 @@ SECURE_HSTS_SECONDS = 0
CSRF_TRUSTED_ORIGINS = [
"http://127.0.0.1:8000",
"http://localhost:8000",
"http://127.0.0.1:8080",
"http://localhost:8080",
"http://127.0.0.1:8080/",
"http://localhost:8080/",
]
REMOTE_URL = "http://127.0.0.1:8000"