summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2019-12-04 09:22:51 +0100
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2019-12-04 09:25:00 +0100
commitcc64b1d8f375d47a31d20fc9b6b99a010a1cf4d6 (patch)
treeab8c1c0e560f216e23cf6af74a0d639d7be84d13 /docs
parente8f126aae132e70b33e9c635add1538f4ab3e8ff (diff)
[3.0.x] Fixed #31059 -- Fixed typo in docs/releases/3.0.txt.
Backport of 95ae1a9f8caf9c63c14c1a7c3e15594d3181b3ca from master
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