Skip to content

Commit d34f98b

Browse files
authored
Merge pull request Authenticator-Extension#907 from mozfreddyb/patch-1
Add 'wasm-unsafe-eval' to custom CSP (fix Authenticator-Extension#906)
2 parents b2d1701 + 727f9e5 commit d34f98b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/manifest-firefox.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,5 @@
5757
"https://graph.microsoft.com/me/*",
5858
"https://login.microsoftonline.com/common/oauth2/v2.0/token"
5959
],
60-
"content_security_policy": "script-src 'self'; font-src 'self'; img-src 'self' data:; style-src 'self' 'unsafe-inline'; connect-src https://www.google.com/ https://*.dropboxapi.com https://www.googleapis.com/ https://accounts.google.com/o/oauth2/revoke https://login.microsoftonline.com/common/oauth2/v2.0/token https://graph.microsoft.com/; default-src 'none'"
60+
"content_security_policy": "script-src 'self' 'wasm-unsafe-eval'; font-src 'self'; img-src 'self' data:; style-src 'self' 'unsafe-inline'; connect-src https://www.google.com/ https://*.dropboxapi.com https://www.googleapis.com/ https://accounts.google.com/o/oauth2/revoke https://login.microsoftonline.com/common/oauth2/v2.0/token https://graph.microsoft.com/; default-src 'none'"
6161
}

0 commit comments

Comments
 (0)