forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2021-12-10 19:33:33 +02:00
parent f396f725b9
commit 0ea5e9ed31
1 changed files with 2 additions and 0 deletions

View File

@ -122,6 +122,8 @@ def teardown_request(error):
@app.after_request
def after_request(response):
if session.get("favorite_emojis"): del session["favorite_emojis"]
response.headers.add("Strict-Transport-Security", "max-age=31536000")
response.headers.add("X-Frame-Options", "deny")
response.headers.add("Content-Security-Policy", "script-src 'self' 'unsafe-inline' 'unsafe-eval' ajax.cloudflare.com; connect-src 'self' tls-use1.fpapi.io api.fpjs.io 02ddcc80-b8db-42be-9022-44c546b4dce6.pushnotifications.pusher.com; object-src 'none';")