Skip to content

Commit

Permalink
update CSP policy to fix production build
Browse files Browse the repository at this point in the history
  • Loading branch information
Serghei Paduret committed Jul 8, 2021
1 parent bb30268 commit 2a6a091
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,6 @@
"notifications",
"https://*/*",
"https://slack.com/api/*"
]
],
"content_security_policy":"style-src 'self' 'unsafe-inline'; img-src 'self' https:; connect-src https:; script-src-attr 'self' 'unsafe-inline'; default-src 'self';"
}

0 comments on commit 2a6a091

Please sign in to comment.