fix: fixing data: links on CSP
Some checks are pending
Release / build (ubuntu-latest) (push) Waiting to run
Release / build (windows-latest) (push) Waiting to run

This commit is contained in:
Chubby Granny Chaser 2024-12-02 20:37:43 +00:00
parent de36965017
commit 9b9b3f73d0
No known key found for this signature in database

View File

@ -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>