Skip to content

Commit 43aa0c1

Browse files
felixxmnessita
authored andcommitted
[5.0.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 f302343 from main.
1 parent 0602fc2 commit 43aa0c1

File tree

1 file changed

+3
-20
lines changed

1 file changed

+3
-20
lines changed

docs/ref/clickjacking.txt

Lines changed: 3 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -126,24 +126,7 @@ a decorator overrides the middleware.
126126
Limitations
127127
===========
128128

129-
The ``X-Frame-Options`` header will only protect against clickjacking in a
130-
modern browser. Older browsers will quietly ignore the header and need `other
131-
clickjacking prevention techniques`_.
129+
The ``X-Frame-Options`` header will only protect against clickjacking in
130+
`modern browsers`_.
132131

133-
Browsers that support ``X-Frame-Options``
134-
-----------------------------------------
135-
136-
* Internet Explorer 8+
137-
* Edge
138-
* Firefox 3.6.9+
139-
* Opera 10.5+
140-
* Safari 4+
141-
* Chrome 4.1+
142-
143-
See also
144-
--------
145-
146-
A `complete list`_ of browsers supporting ``X-Frame-Options``.
147-
148-
.. _complete list: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Frame-Options#browser_compatibility
149-
.. _other clickjacking prevention techniques: https://en.wikipedia.org/wiki/Clickjacking#Prevention
132+
.. _modern browsers: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Frame-Options#browser_compatibility

0 commit comments

Comments
 (0)