remotes/1693045480750635534/spooky-22
Aevann1 2021-08-08 03:09:28 +02:00
parent f46463a6fa
commit 1a405997bd
1 changed files with 1 additions and 0 deletions

View File

@ -257,6 +257,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, maxage=600")
response.headers.add("Strict-Transport-Security", "max-age=31536000")