Skip to content

Commit

Permalink
Removed unsafe-eval from CORS policy
Browse files Browse the repository at this point in the history
  • Loading branch information
robpaveza committed Jan 22, 2021
1 parent dade51e commit e0720eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/devtools-network-console/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
default-src 'self' blob:;
style-src 'self' 'unsafe-inline' https://devtools.azureedge.net;
font-src 'self' https://static2.sharepointonline.com https://spoprod-a.akamaihd.net https://devtools.azureedge.net;
script-src 'self' 'unsafe-inline' 'unsafe-eval' https://devtools.azureedge.net;
script-src 'self' 'unsafe-inline' https://devtools.azureedge.net;
img-src 'self' data:;
worker-src 'self' https://devtools.azureedge.net data:;
"
Expand Down

0 comments on commit e0720eb

Please sign in to comment.