From f302343380c77e1eb5dab3b64dd70895a95926ca Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Thu, 4 Jul 2024 23:08:19 +0200 Subject: [PATCH] Removed outdated note about limitations in Clickjacking protection. There is no need to list old browser versions or point users to workarounds. --- docs/ref/clickjacking.txt | 23 +++-------------------- 1 file changed, 3 insertions(+), 20 deletions(-) diff --git a/docs/ref/clickjacking.txt b/docs/ref/clickjacking.txt index f9bec591a76c..12c7afc8c49a 100644 --- a/docs/ref/clickjacking.txt +++ b/docs/ref/clickjacking.txt @@ -116,24 +116,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