summaryrefslogtreecommitdiff
path: root/tests/project_template/test_settings.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/project_template/test_settings.py')
-rw-r--r--tests/project_template/test_settings.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/project_template/test_settings.py b/tests/project_template/test_settings.py
index 5617f4a943..e8d466938d 100644
--- a/tests/project_template/test_settings.py
+++ b/tests/project_template/test_settings.py
@@ -38,6 +38,7 @@ class TestStartProjectSettings(SimpleTestCase):
self.assertEqual(headers, [
b'Content-Length: 0',
b'Content-Type: text/html; charset=utf-8',
+ b'Referrer-Policy: same-origin',
b'X-Content-Type-Options: nosniff',
b'X-Frame-Options: DENY',
])