summaryrefslogtreecommitdiff
path: root/pgweb/util/middleware.py
AgeCommit message (Expand)Author
2021-11-04Return a HttpResponse instead of an exception on NUL in query string parametersMagnus Hagander
2021-09-12Explicitly disallow NUL characters in URL parametersMagnus Hagander
2021-03-24Fix debug toolbar integrationMagnus Hagander
2021-02-22Require explicit tagging on views taking query parametersMagnus Hagander
2020-11-23Allow additions to auto-generated xkey tagsMagnus Hagander
2020-11-18Replace non-ascii chars in template names when building xkeyMagnus Hagander
2020-07-02Add CSP for GTM.Dave Page
2020-03-31Middleware and urls update for django 2.2Magnus Hagander
2019-01-26More generic changes from 2to3Magnus Hagander
2019-01-26Fix unicode for hashlib operationsMagnus Hagander
2019-01-17Fix whitespace and indentation, per pep8Magnus Hagander
2019-01-17Tabs, meet your new overlords: spacesMagnus Hagander
2019-01-17Seems GA also needs data: urls sometimesMagnus Hagander
2018-12-29Allow framing google.com on account signup pageMagnus Hagander
2018-12-29Allow data: url for image and fontsMagnus Hagander
2018-12-29Allow google analytics to do "connect" as wellMagnus Hagander
2018-12-22Another try at fixing google analytics vs CSPMagnus Hagander
2018-12-22Allow all of google-analytics in CSPMagnus Hagander
2018-12-21Enable setting of security http headersMagnus Hagander
2018-06-29Add support for doing ESI on pages in VarnishMagnus Hagander
2018-06-29Add support for automatic template based xkeyMagnus Hagander
2018-06-29Remove unused importsMagnus Hagander
2017-11-29Clean up whitespace in primary Python / HTML filesJonathan S. Katz
2016-05-24Remove SSL decorators and middlewareMagnus Hagander
2016-05-24Remove SSL optional tagMagnus Hagander
2016-05-19Remove workaround for django bug #15152.Magnus Hagander
2016-05-19Remove workaround for persistent admin filtersMagnus Hagander
2014-06-03Implement workaround for django bug #15152 for badly encoded URLsMagnus Hagander
2014-01-02Don't redirect dynamic CSS from https to httpMagnus Hagander
2014-01-01Clean up importsMagnus Hagander
2013-01-30Make filters in admin be sticky, according to:Magnus Hagander
2012-11-11Update @ssl_required decorator to play nice with other decoratorsMarti Raudsepp
2010-06-09Enforce redirection of /admin/ to https in the django code instead,Magnus Hagander
2009-09-16Make https redirection work again.Magnus Hagander
2009-09-14A first very basic import.Magnus Hagander