summaryrefslogtreecommitdiff
path: root/tests/project_template
diff options
context:
space:
mode:
authorClaude Paroz <claude@2xlibre.net>2019-09-07 09:52:10 +0200
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2019-09-09 08:15:26 +0200
commit05d0eca635853564c57e639ac5590674a7de2ed6 (patch)
treeb1c129224e58ed5cda1a2aad142b06be96c4d144 /tests/project_template
parent5495ea3ae0a64f61ae15f44970ea91ed7ce17a38 (diff)
Fixed #30426 -- Changed X_FRAME_OPTIONS setting default to DENY.
Diffstat (limited to 'tests/project_template')
-rw-r--r--tests/project_template/test_settings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/project_template/test_settings.py b/tests/project_template/test_settings.py
index c76564c656..5617f4a943 100644
--- a/tests/project_template/test_settings.py
+++ b/tests/project_template/test_settings.py
@@ -39,5 +39,5 @@ class TestStartProjectSettings(SimpleTestCase):
b'Content-Length: 0',
b'Content-Type: text/html; charset=utf-8',
b'X-Content-Type-Options: nosniff',
- b'X-Frame-Options: SAMEORIGIN',
+ b'X-Frame-Options: DENY',
])