Skip to content

Commit

Permalink
disable content security header
Browse files Browse the repository at this point in the history
  • Loading branch information
pkrawat1 committed Jul 30, 2018
1 parent 85d4cad commit 5acdda2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions firebase.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
{
"source": "**/*",
"headers": [
{
"key": "Content-Security-Policy",
"value": "script-src 'self' 'nonce-2726c7f26c' cdn.segment.com www.googletagmanager.com cdnjs.cloudflare.com www.google-analytics.com cdn.ravenjs.com d24n15hnbwhuhn.cloudfront.net connect.facebook.net cdn.mxpnl.com"
},
// {
// "key": "Content-Security-Policy",
// "value": "script-src 'self' 'nonce-2726c7f26c' cdn.segment.com www.googletagmanager.com cdnjs.cloudflare.com www.google-analytics.com cdn.ravenjs.com d24n15hnbwhuhn.cloudfront.net connect.facebook.net cdn.mxpnl.com"
// },
{
"key": "X-Frame-Options",
"value": "SAMEORIGIN"
Expand Down

0 comments on commit 5acdda2

Please sign in to comment.