index
:
pgweb.git
master
This is the code for the postgresql.org website
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pgweb
/
util
/
middleware.py
Age
Commit message (
Expand
)
Author
2021-11-04
Return a HttpResponse instead of an exception on NUL in query string parameters
Magnus Hagander
2021-09-12
Explicitly disallow NUL characters in URL parameters
Magnus Hagander
2021-03-24
Fix debug toolbar integration
Magnus Hagander
2021-02-22
Require explicit tagging on views taking query parameters
Magnus Hagander
2020-11-23
Allow additions to auto-generated xkey tags
Magnus Hagander
2020-11-18
Replace non-ascii chars in template names when building xkey
Magnus Hagander
2020-07-02
Add CSP for GTM.
Dave Page
2020-03-31
Middleware and urls update for django 2.2
Magnus Hagander
2019-01-26
More generic changes from 2to3
Magnus Hagander
2019-01-26
Fix unicode for hashlib operations
Magnus Hagander
2019-01-17
Fix whitespace and indentation, per pep8
Magnus Hagander
2019-01-17
Tabs, meet your new overlords: spaces
Magnus Hagander
2019-01-17
Seems GA also needs data: urls sometimes
Magnus Hagander
2018-12-29
Allow framing google.com on account signup page
Magnus Hagander
2018-12-29
Allow data: url for image and fonts
Magnus Hagander
2018-12-29
Allow google analytics to do "connect" as well
Magnus Hagander
2018-12-22
Another try at fixing google analytics vs CSP
Magnus Hagander
2018-12-22
Allow all of google-analytics in CSP
Magnus Hagander
2018-12-21
Enable setting of security http headers
Magnus Hagander
2018-06-29
Add support for doing ESI on pages in Varnish
Magnus Hagander
2018-06-29
Add support for automatic template based xkey
Magnus Hagander
2018-06-29
Remove unused imports
Magnus Hagander
2017-11-29
Clean up whitespace in primary Python / HTML files
Jonathan S. Katz
2016-05-24
Remove SSL decorators and middleware
Magnus Hagander
2016-05-24
Remove SSL optional tag
Magnus Hagander
2016-05-19
Remove workaround for django bug #15152.
Magnus Hagander
2016-05-19
Remove workaround for persistent admin filters
Magnus Hagander
2014-06-03
Implement workaround for django bug #15152 for badly encoded URLs
Magnus Hagander
2014-01-02
Don't redirect dynamic CSS from https to http
Magnus Hagander
2014-01-01
Clean up imports
Magnus Hagander
2013-01-30
Make filters in admin be sticky, according to:
Magnus Hagander
2012-11-11
Update @ssl_required decorator to play nice with other decorators
Marti Raudsepp
2010-06-09
Enforce redirection of /admin/ to https in the django code instead,
Magnus Hagander
2009-09-16
Make https redirection work again.
Magnus Hagander
2009-09-14
A first very basic import.
Magnus Hagander