summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2024-07-04 23:08:19 +0200
committerNatalia <124304+nessita@users.noreply.github.com>2024-07-04 18:10:47 -0300
commit5cd070069d39677580d5c91b0bb0e2b146715576 (patch)
tree4e448a89ca71aa278d80772da04c0d1261144142 /docs/ref
parent7ad42bc812afb9658a6df565a7da63a9fa1005d7 (diff)
[5.1.x] Removed outdated note about limitations in Clickjacking protection.
There is no need to list old browser versions or point users to workarounds. Backport of f302343380c77e1eb5dab3b64dd70895a95926ca from main.
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/clickjacking.txt23
1 files changed, 3 insertions, 20 deletions
diff --git a/docs/ref/clickjacking.txt b/docs/ref/clickjacking.txt
index 3a81bdbdb0..b9d7909abd 100644
--- a/docs/ref/clickjacking.txt
+++ b/docs/ref/clickjacking.txt
@@ -126,24 +126,7 @@ a decorator overrides the middleware.
Limitations
===========
-The ``X-Frame-Options`` header will only protect against clickjacking in a
-modern browser. Older browsers will quietly ignore the header and need `other
-clickjacking prevention techniques`_.
+The ``X-Frame-Options`` header will only protect against clickjacking in
+`modern browsers`_.
-Browsers that support ``X-Frame-Options``
------------------------------------------
-
-* Internet Explorer 8+
-* Edge
-* Firefox 3.6.9+
-* Opera 10.5+
-* Safari 4+
-* Chrome 4.1+
-
-See also
---------
-
-A `complete list`_ of browsers supporting ``X-Frame-Options``.
-
-.. _complete list: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Frame-Options#browser_compatibility
-.. _other clickjacking prevention techniques: https://en.wikipedia.org/wiki/Clickjacking#Prevention
+.. _modern browsers: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Frame-Options#browser_compatibility