mirror of
https://github.com/django/django.git
synced 2025-07-19 09:09:13 +00:00
[3.0.x] Fixed #31059 -- Fixed typo in docs/releases/3.0.txt.
Backport of 95ae1a9f8caf9c63c14c1a7c3e15594d3181b3ca from master
This commit is contained in:
parent
e8f126aae1
commit
cc64b1d8f3
@ -327,7 +327,7 @@ Security
|
|||||||
|
|
||||||
* :setting:`X_FRAME_OPTIONS` now defaults to ``'DENY'``. In older versions, the
|
* :setting:`X_FRAME_OPTIONS` now defaults to ``'DENY'``. In older versions, the
|
||||||
:setting:`X_FRAME_OPTIONS` setting defaults to ``'SAMEORIGIN'``. If your site
|
:setting:`X_FRAME_OPTIONS` setting defaults to ``'SAMEORIGIN'``. If your site
|
||||||
uses frames of itself, you will need to explicitly set ``X_FRAME_ORIGINS =
|
uses frames of itself, you will need to explicitly set ``X_FRAME_OPTIONS =
|
||||||
'SAMEORIGIN'`` for them to continue working.
|
'SAMEORIGIN'`` for them to continue working.
|
||||||
|
|
||||||
* :setting:`SECURE_CONTENT_TYPE_NOSNIFF` setting now defaults to ``True``. With
|
* :setting:`SECURE_CONTENT_TYPE_NOSNIFF` setting now defaults to ``True``. With
|
||||||
|
Loading…
x
Reference in New Issue
Block a user