Skip to content

Commit

Permalink
DevTools: allow blob: on content_security_policy for firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirlucas committed Jul 20, 2021
1 parent ea30ba7 commit d2b962d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-devtools-extensions/firefox/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

"devtools_page": "main.html",

"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"content_security_policy": "script-src 'self' 'unsafe-eval' blob:; object-src 'self'",
"web_accessible_resources": [
"main.html",
"panel.html",
Expand Down

0 comments on commit d2b962d

Please sign in to comment.