This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
django
Watch
1
Star
0
Fork
0
You've already forked django
mirror of
https://github.com/django/django.git
synced
2025-03-08 16:32:32 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
django
/
middleware
History
Nick Pope
406dba04e1
Fixed
#29406
-- Added support for Referrer-Policy header.
...
Thanks to James Bennett for the initial implementation.
2019-09-09 13:35:41 +02:00
..
__init__.py
…
cache.py
Fixed
#28833
-- Prevented CacheMiddleware from caching responses with "Cache-Control: private".
2018-02-06 09:42:05 -05:00
clickjacking.py
Fixed
#30426
-- Changed X_FRAME_OPTIONS setting default to DENY.
2019-09-09 08:15:26 +02:00
common.py
Optimized CommonMiddleware's check for DISALLOWED_USER_AGENTS.
2019-03-30 09:02:57 -04:00
csrf.py
Removed unnecessary assignments in various code.
2019-04-24 13:09:29 +02:00
gzip.py
Refs
#27656
-- Updated remaining docstring verbs according to PEP 257.
2017-03-04 10:02:06 -05:00
http.py
Fixed
#28982
-- Simplified code with and/or.
2018-01-03 20:12:23 -05:00
locale.py
Fixed
#28795
-- Removed 'not in' checks and used dict.setdefault().
2017-11-14 10:52:52 -05:00
security.py
Fixed
#29406
-- Added support for Referrer-Policy header.
2019-09-09 13:35:41 +02:00