diff options
| author | Claude Paroz <claude@2xlibre.net> | 2015-08-08 12:02:32 +0200 |
|---|---|---|
| committer | Claude Paroz <claude@2xlibre.net> | 2015-08-08 12:02:32 +0200 |
| commit | 64982cc2fb13ebc45982c64e25fdb7865e6d2499 (patch) | |
| tree | 06e65f4201fc67665773350457dfa8ee681b22b5 /docs/ref/clickjacking.txt | |
| parent | 18f3d4c1bdb4039b13e0b9445553561651dbfa8f (diff) | |
Updated Wikipedia links to use https
Diffstat (limited to 'docs/ref/clickjacking.txt')
| -rw-r--r-- | docs/ref/clickjacking.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/clickjacking.txt b/docs/ref/clickjacking.txt index 06d264c115..b26fb211b8 100644 --- a/docs/ref/clickjacking.txt +++ b/docs/ref/clickjacking.txt @@ -10,7 +10,7 @@ against `clickjacking`_. This type of attack occurs when a malicious site tricks a user into clicking on a concealed element of another site which they have loaded in a hidden frame or iframe. -.. _clickjacking: http://en.wikipedia.org/wiki/Clickjacking +.. _clickjacking: https://en.wikipedia.org/wiki/Clickjacking An example of clickjacking ========================== @@ -128,4 +128,4 @@ See also A `complete list`_ of browsers supporting ``X-Frame-Options``. .. _complete list: https://developer.mozilla.org/en/The_X-FRAME-OPTIONS_response_header#Browser_compatibility -.. _other clickjacking prevention techniques: http://en.wikipedia.org/wiki/Clickjacking#Prevention +.. _other clickjacking prevention techniques: https://en.wikipedia.org/wiki/Clickjacking#Prevention |
