Skip to content

Commit 7f795b5

Browse files
committed
Fix inline image rendering CSP better, oops
1 parent 6e320c6 commit 7f795b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

automation/webpack.prod.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ export default merge(common, {
193193
'default-src': "*",
194194
'object-src': "'none'",
195195
'frame-ancestors': "'none'",
196-
'img-src': ["*", "'data:'"],
196+
'img-src': ["*", "data:"],
197197
'font-src': "*",
198198
'style-src': ["'report-sample'", "*", "'unsafe-inline'"],
199199
'frame-src': "https://login.httptoolkit.tech",

0 commit comments

Comments
 (0)