remotes/1693045480750635534/spooky-22
Aevann1 2021-08-08 02:01:00 +02:00
parent f1a5e19838
commit bb84cab231
1 changed files with 1 additions and 1 deletions

View File

@ -256,7 +256,7 @@ def after_request(response):
response.headers.add('Access-Control-Allow-Headers', "Origin, X-Requested-With, Content-Type, Accept, x-auth")
response.headers.remove("Cache-Control")
response.headers.add("Cache-Control", "public, max-age=86400")
response.headers.add("Cache-Control", "max-age=86400")
response.headers.add("Access-Control-Allow-Origin", app.config["SERVER_NAME"])
response.headers.add("Strict-Transport-Security", "max-age=31536000")