Skip to content

Commit

Permalink
feat(playground): allow img from blob and data (#9771)
Browse files Browse the repository at this point in the history
  • Loading branch information
fiji-flo authored Oct 6, 2023
1 parent cff107f commit 77e4c6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libs/constants/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ export const PLAYGROUND_UNSAFE_CSP_VALUE = cspToString({
"'unsafe-inline'",
"'unsafe-eval'",
],
"img-src": ["'self'", "blob:", "https:", "data:"],
"base-uri": ["'self'"],
"worker-src": ["'self'"],
"manifest-src": ["'self'"],
Expand Down

0 comments on commit 77e4c6e

Please sign in to comment.