Skip to content

Commit

Permalink
ops/settings: SECURE_BROWSER_XSS_FILTER removed from Django 4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
robert102 committed Dec 11, 2024
1 parent b1946b2 commit 4304f6a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mibios/ops/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@

# SECURE_HSTS_SECONDS = ?? (TODO)
SECURE_CONTENT_TYPE_NOSNIFF = True
SECURE_BROWSER_XSS_FILTER = True
SECURE_SSL_REDIRECT = True # set to False for runserver command
SESSION_COOKIE_SECURE = True
CSRF_COOKIE_SECURE = True
Expand Down

0 comments on commit 4304f6a

Please sign in to comment.