Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
mohatt committed Jul 29, 2021
2 parents 332f797 + 7231041 commit 7a93f0d
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ plugins: [
purgecss: {
enabled: true
},
'netlify-headers': {
'http-headers': {
enabled: true
}
}
Expand All @@ -67,11 +67,14 @@ plugins: [
ignore: ['resume/index.html'],
allowSymbols: true
},
'netlify-headers': {
'http-headers': {
enabled: true,
security: true,
provider: 'netlify',
headers: {
'/*': ['X-Frame-Options: SAMEORIGIN']
'[*]': {
'X-Frame-Options': 'DENY',
'X-XSS-Protection': '1; mode=block'
}
}
}
}
Expand Down

0 comments on commit 7a93f0d

Please sign in to comment.