Skip to content

Commit

Permalink
removed some headers
Browse files Browse the repository at this point in the history
  • Loading branch information
mdshamoon committed Sep 29, 2023
1 parent 45a4a9c commit 4787f19
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions static.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@
"headers": {
"/**": {
"X-Content-Type-Options": "nosniff",
"X-XSS-Protection": "1; mode=block",
"X-Frame-Options": "deny",
"Content-Security-Policy": "default-src 'self' data:; script-src 'self' 'unsafe-inline' blob:; script-src-elem 'self' 'unsafe-inline' https://www.google.com https://www.gstatic.com; frame-src 'self' https://www.google.com https://www.gstatic.com data:; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com; font-src 'self' data: https://fonts.gstatic.com; connect-src *;",
"Strict-Transport-Security": "max-age=63072000; includeSubdomains; preload"
"X-Frame-Options": "deny"
}
}
}

0 comments on commit 4787f19

Please sign in to comment.