Skip to content

Commit

Permalink
[wallet-ext] - update to support data scheme (MystenLabs#12859)
Browse files Browse the repository at this point in the history
  • Loading branch information
mamos-mysten authored Jul 7, 2023
1 parent 0a60620 commit 78ca0b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/wallet/src/manifest/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@
}
],
"content_security_policy": {
"extension_pages": "default-src 'none'; object-src 'none'; connect-src *; font-src 'self'; img-src *; media-src *; script-src 'self'; style-src 'self' 'unsafe-inline'; base-uri 'self'; form-action 'none'; frame-ancestors 'none';"
"extension_pages": "default-src 'none'; object-src 'none'; connect-src *; font-src 'self'; img-src * data:; media-src *; script-src 'self'; style-src 'self' 'unsafe-inline'; base-uri 'self'; form-action 'none'; frame-ancestors 'none';"
}
}

0 comments on commit 78ca0b2

Please sign in to comment.