Skip to content

Commit

Permalink
Merge pull request #1281 from hydralauncher/fix/fixing-local-images
Browse files Browse the repository at this point in the history
fix: fixing local images
  • Loading branch information
thegrannychaseroperation authored Dec 8, 2024
2 parents 6a673f0 + 938650d commit 4f5dc51
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' * data:;"
content="default-src 'self' 'unsafe-inline' * data: local:;"
/>
</head>
<body>
Expand Down

0 comments on commit 4f5dc51

Please sign in to comment.