Skip to content

Commit

Permalink
Merge pull request #73 from growlerapp/fix/cache_invalidation
Browse files Browse the repository at this point in the history
fix: header cache control
  • Loading branch information
raulghm authored Jun 29, 2019
2 parents b26fdac + bb673da commit f28109d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,15 @@
base = "/"
publish = "dist"
command = "npm run build"

[[headers]]
for = "/*"
[headers.values]
X-Frame-Options = "DENY"
X-XSS-Protection = "1; mode=block"

cache-control = '''
max-age=0,
no-cache,
no-store,
must-revalidate'''

0 comments on commit f28109d

Please sign in to comment.