mirror of
https://github.com/django/django.git
synced 2025-06-05 03:29:12 +00:00
Fixed #31059 -- Fixed typo in docs/releases/3.0.txt.
This commit is contained in:
parent
d83b585e5c
commit
95ae1a9f8c
@ -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