Skip to content

Commit

Permalink
fix: header cache control
Browse files Browse the repository at this point in the history
  • Loading branch information
raulghm committed Jun 28, 2019
1 parent b26fdac commit bb673da
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 bb673da

Please sign in to comment.