index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
ref
/
clickjacking.txt
Age
Commit message (
Expand
)
Author
2025-08-25
Refs #36485 -- Rewrapped docs to 79 columns line length.
David Smith
2025-08-25
Refs #36485 -- Removed double spaces after periods in sentences.
Natalia
2025-08-19
Fixed spelling of "logged-in" when used as an adjective in docs.
mengxun
2024-07-04
Removed outdated note about limitations in Clickjacking protection.
Mariusz Felisiak
2024-05-22
Removed versionadded/changed annotations for 5.0.
Natalia
2023-05-20
Refs #31949 -- Made @xframe_options_(deny/sameorigin/exempt) decorators to wo...
Ben Lomax
2023-03-01
Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.
django-bot
2023-02-28
Refs #34140 -- Corrected rst code-block and various formatting issues in docs.
Joseph Victor Zammit
2021-05-17
Refs #32720 -- Updated various links in docs to avoid redirects and use HTTPS.
Nick Pope
2020-05-13
Removed versionadded/changed annotations for 3.0.
Mariusz Felisiak
2019-09-23
Fixed #30732 -- Doc'd that SameSite cookies flags can affect xframe_options_e...
Jezeniel Zapanta
2019-09-09
Fixed #30426 -- Changed X_FRAME_OPTIONS setting default to DENY.
Claude Paroz
2019-09-06
Fixed #30573 -- Rephrased documentation to avoid words that minimise the invo...
Tobias Kunze
2018-11-15
Used auto-numbered lists in documentation.
François Freitag
2017-05-22
Updated various links in docs to avoid redirects
Claude Paroz
2016-05-17
Fixed #26601 -- Improved middleware per DEP 0005.
Florian Apolloner
2016-02-01
Fixed #26124 -- Added missing code formatting to docs headers.
rowanv
2016-01-22
Fixed #26020 -- Normalized header stylings in docs.
Elif T. Kus
2015-08-08
Updated various links in docs
Claude Paroz
2015-08-08
Updated Wikipedia links to use https
Claude Paroz
2015-06-02
Fixed #24896 -- Doc'd clickjacking protection doesn't overwrite X-Frame-Optio...
Simeon J Morgan
2015-02-03
Fixed #24149 -- Normalized tuple settings to lists.
darkryder
2014-03-24
Removed versionadded/changed annotations for 1.6.
Tim Graham
2013-11-30
Removed gender-based pronouns per [c0a2daad78].
Tim Graham
2013-10-02
Changed the doc to use gender-neutral pronouns when possible.
Baptiste Mispelon
2013-04-20
Adapted uses of versionchanged/versionadded to the new form.
Juan Catalano
2013-03-22
Added missing markup to docs.
Tim Graham
2013-02-04
Simplified default project template.
Aymeric Augustin
2013-01-02
Fixed #19516 - Fixed remaining broken links.
Tim Graham
2012-12-29
Removed versionadded/changed annotations dating back to 1.4.
Aymeric Augustin
2011-06-10
Fixed #14201 - Add a "security overview" page to the docs
Luke Plant
2011-05-30
Fixed some typos/grammar in clickjacking docs
Luke Plant
2011-05-30
Fixed #14261 - Added clickjacking protection (X-Frame-Options header)
Luke Plant