diff --git a/netlify.toml b/netlify.toml index 82fcb286e..238c93709 100644 --- a/netlify.toml +++ b/netlify.toml @@ -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'''