Merge branch 'master' into mistletoe

This commit is contained in:
kek7198 2021-12-09 13:32:42 -06:00
commit 3e5d846ac7
43 changed files with 311 additions and 337 deletions

View file

@ -136,8 +136,8 @@ def teardown_request(error):
def after_request(response):
response.headers.add("Strict-Transport-Security", "max-age=31536000")
response.headers.add("Referrer-Policy", "same-origin")
response.headers.add("X-Frame-Options", "deny")
response.headers.add("Content-Security-Policy", "script-src 'self' 'unsafe-inline' 'unsafe-eval'; connect-src 'self' *.pusher.com; object-src 'none';")
return response