forked from rDrama/rDrama
1
0
Fork 0
master
fireworks88 2021-08-11 22:51:43 +02:00
parent 1f1e5f3861
commit aea9409dd2
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, maxage=600")
response.headers.add("Cache-Control", "public")
response.headers.add("Strict-Transport-Security", "max-age=31536000")
response.headers.add("Referrer-Policy", "same-origin")
response.headers.add("Feature-Policy", "geolocation 'none'; midi 'none'; sync-xhr 'none'; microphone 'none'; camera 'none'; magnetometer 'none'; gyroscope 'none'; fullscreen 'none'; payment 'none';")