summaryrefslogtreecommitdiff
path: root/django/middleware/clickjacking.py
AgeCommit message (Expand)Author
2022-04-29Refs #30426 -- Updated XFrameOptionsMiddleware docstring.Clemens Wolff
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2020-09-14Fixed #31789 -- Added a new headers interface to HttpResponse.Tom Carrick
2019-09-09Fixed #30426 -- Changed X_FRAME_OPTIONS setting default to DENY.Claude Paroz
2017-03-04Refs #27656 -- Updated remaining docstring verbs according to PEP 257.Anton Samarchyan
2016-05-17Fixed #26601 -- Improved middleware per DEP 0005.Florian Apolloner
2015-08-08Updated Wikipedia links to use httpsClaude Paroz
2015-05-13Removed unnecessary arguments in .get method callsPiotr Jakimiak
2013-11-02More attacking E302 violatorsAlex Gaynor
2011-05-30Fixed #14261 - Added clickjacking protection (X-Frame-Options header)Luke Plant