Skip to content

Commit

Permalink
#2946 Error thrown on Custom form submit (#3019)
Browse files Browse the repository at this point in the history
Co-authored-by: Todd Schiller <todd.schiller@gmail.com>
  • Loading branch information
BALEHOK and twschiller committed Mar 30, 2022
1 parent 6452c03 commit 608b587
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"48": "icons/logo48.png",
"128": "icons/logo128.png"
},
"content_security_policy": "script-src 'self' https://apis.google.com; font-src 'self' https://fonts.gstatic.com; connect-src 'self' https:; object-src 'self'; img-src 'self' data: https://pixiebrix-marketplace.s3.amazonaws.com; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com; frame-src 'self' https: https://*.googleapis.com https://docs.google.com https://player.vimeo.com",
"content_security_policy": "script-src 'self' https://apis.google.com 'unsafe-eval'; font-src 'self' https://fonts.gstatic.com; connect-src 'self' https:; object-src 'self'; img-src 'self' data: https://pixiebrix-marketplace.s3.amazonaws.com; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com; frame-src 'self' https: https://*.googleapis.com https://docs.google.com",
"content_scripts": [
{
"matches": ["https://*.pixiebrix.com/*"],
Expand Down

0 comments on commit 608b587

Please sign in to comment.