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 d17caf9 commit 98773c1Copy full SHA for 98773c1
notebook/base/handlers.py
@@ -82,6 +82,7 @@ def content_security_policy(self):
82
83
def set_default_headers(self):
84
headers = {}
85
+ headers["X-Content-Type-Options"] = "nosniff"
86
headers.update(self.settings.get('headers', {}))
87
88
headers["Content-Security-Policy"] = self.content_security_policy
0 commit comments