Skip to content

Commit

Permalink
add font-src to csp v2
Browse files Browse the repository at this point in the history
  • Loading branch information
weizman authored and legobeat committed Oct 15, 2024
1 parent 334db10 commit f7a170b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/manifest/v2/chrome.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"content_security_policy": "frame-ancestors 'none'; script-src 'self' 'wasm-unsafe-eval'; object-src 'none'",
"content_security_policy": "frame-ancestors 'none'; script-src 'self' 'wasm-unsafe-eval'; object-src 'none'; font-src 'self';",
"externally_connectable": {
"matches": ["https://metamask.io/*"],
"ids": ["*"]
Expand Down

0 comments on commit f7a170b

Please sign in to comment.