summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/3.0.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/releases/3.0.txt b/docs/releases/3.0.txt
index 49abe282af..832cbb7a95 100644
--- a/docs/releases/3.0.txt
+++ b/docs/releases/3.0.txt
@@ -327,7 +327,7 @@ Security
* :setting:`X_FRAME_OPTIONS` now defaults to ``'DENY'``. In older versions, the
: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.
* :setting:`SECURE_CONTENT_TYPE_NOSNIFF` setting now defaults to ``True``. With