We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50d29ff commit 6c4cdeaCopy full SHA for 6c4cdea
1 file changed
settings.py
@@ -94,9 +94,6 @@
94
# X-Content-Type-Options, stops browsers from trying to MIME-sniff the content type
95
SECURE_CONTENT_TYPE_NOSNIFF = True
96
97
-# X-XSS-Protection, enables cross-site scripting filter in most browsers
98
-SECURE_BROWSER_XSS_FILTER = True
99
-
100
# CSP Settings
101
CSP_DEFAULT_SRC = ("'self'",)
102
CSP_SCRIPT_SRC = ("'self'",)
0 commit comments