summaryrefslogtreecommitdiff
path: root/docs/releases/3.0.txt
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:22:51 +0100
commit95ae1a9f8caf9c63c14c1a7c3e15594d3181b3ca (patch)
tree91a99472265ee69cc4e68a50f1382e1e05a93fba /docs/releases/3.0.txt
parentd83b585e5cc2b6dec49982670b86d6b4dd339342 (diff)
Fixed #31059 -- Fixed typo in docs/releases/3.0.txt.
Diffstat (limited to 'docs/releases/3.0.txt')
-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