Skip to content

Commit

Permalink
fix downloads cache
Browse files Browse the repository at this point in the history
  • Loading branch information
ThatGamerBlue committed Mar 27, 2020
1 parent 58de6ef commit 5e0593b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,11 @@
Referrer-Policy = "strict-origin-when-cross-origin"
Strict-Transport-Security = "max-age=2592000"
Feature-Policy = "vibrate 'none'; geolocation 'none'; midi 'none'; notifications 'none'; push 'none'; sync-xhr 'none'; microphone 'none'; camera 'none'; magnetometer 'none'; gyroscope 'none'; speaker 'none'; vibrate 'none'; fullscreen 'none'; payment 'none'"
[[headers]]
for = "/downloads"
[headers.values]
cache-control = '''
max-age=0,
no-cache,
no-store,
must-revalidate'''

0 comments on commit 5e0593b

Please sign in to comment.