Resolve PR review gaps across comments, security, feeds, and UX
This commit is contained in:
@@ -134,5 +134,6 @@ SECURE_CONTENT_TYPE_NOSNIFF = True
|
||||
X_CONTENT_TYPE_OPTIONS = "nosniff"
|
||||
|
||||
CSRF_TRUSTED_ORIGINS = [u for u in os.getenv("CSRF_TRUSTED_ORIGINS", "http://localhost:8035").split(",") if u]
|
||||
TRUSTED_PROXY_IPS = [ip.strip() for ip in os.getenv("TRUSTED_PROXY_IPS", "").split(",") if ip.strip()]
|
||||
|
||||
STATICFILES_STORAGE = "whitenoise.storage.CompressedManifestStaticFilesStorage"
|
||||
|
||||
Reference in New Issue
Block a user