forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2021-07-30 15:54:39 +02:00
parent a34d4fb8cc
commit 28372256c8
1 changed files with 1 additions and 1 deletions

View File

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