mirror of
https://github.com/django/django.git
synced 2025-08-03 10:34:04 +00:00
Fixed #30426 -- Changed X_FRAME_OPTIONS setting default to DENY.
This commit is contained in:
parent
5495ea3ae0
commit
05d0eca635
9 changed files with 32 additions and 16 deletions
|
@ -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',
|
||||
])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue