forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2021-08-08 03:06:35 +02:00
parent 8abfc4a92a
commit f46463a6fa
1 changed files with 1 additions and 1 deletions

View File

@ -258,7 +258,7 @@ def after_request(response):
"Origin, X-Requested-With, Content-Type, Accept, x-auth"
)
response.headers.add("Cache-Control",
"maxage=600")
"public, maxage=600")
response.headers.add("Strict-Transport-Security", "max-age=31536000")
response.headers.add("Referrer-Policy", "same-origin")
response.headers.add("Feature-Policy",