Skip to content

Commit

Permalink
fix: fixing data: links on CSP
Browse files Browse the repository at this point in the history
  • Loading branch information
thegrannychaseroperation committed Dec 2, 2024
1 parent de36965 commit 9b9b3f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>Hydra</title>
<meta
http-equiv="Content-Security-Policy"
content="default-src 'self' 'unsafe-inline' *;"
content="default-src 'self' 'unsafe-inline' * data:;"
/>
</head>
<body>
Expand Down

0 comments on commit 9b9b3f7

Please sign in to comment.