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 bea228d commit cc799ffCopy full SHA for cc799ff
settings.py
@@ -88,7 +88,7 @@
88
X_FRAME_OPTIONS = 'DENY'
89
90
# Referrer Policy
91
-SECURE_REFERRER_POLICY = 'no-referrer-when-downgrade'
+SECURE_REFERRER_POLICY = 'strict-origin'
92
93
# X-Content-Type-Options, stops browsers from trying to MIME-sniff the content type
94
SECURE_CONTENT_TYPE_NOSNIFF = True
0 commit comments