Skip to content

Commit

Permalink
bugfix(usebruno#2152): Docs not support "http" markdown image
Browse files Browse the repository at this point in the history
  • Loading branch information
busy-panda committed Apr 25, 2024
1 parent 16861c9 commit 32945f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/bruno-electron/src/index.js
Expand Up @@ -24,7 +24,7 @@ const contentSecurityPolicy = [
"font-src 'self' https:",
// this has been commented out to make oauth2 work
// "form-action 'none'",
"img-src 'self' blob: data: https:",
"img-src 'self' blob: data: http: https:",
"media-src 'self' blob: data: https:",
"style-src 'self' 'unsafe-inline' https:"
];
Expand Down

0 comments on commit 32945f4

Please sign in to comment.