diff options
Diffstat (limited to 'docs/ref/clickjacking.txt')
| -rw-r--r-- | docs/ref/clickjacking.txt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/ref/clickjacking.txt b/docs/ref/clickjacking.txt index d7eec87923..9d7c5cb0c3 100644 --- a/docs/ref/clickjacking.txt +++ b/docs/ref/clickjacking.txt @@ -72,11 +72,6 @@ this header instead, set the :setting:`X_FRAME_OPTIONS` setting:: X_FRAME_OPTIONS = 'SAMEORIGIN' -.. versionchanged:: 3.0 - - The default value of the :setting:`X_FRAME_OPTIONS` setting was changed - from ``SAMEORIGIN`` to ``DENY``. - When using the middleware there may be some views where you do **not** want the ``X-Frame-Options`` header set. For those cases, you can use a view decorator that tells the middleware not to set the header:: |
