mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
feat: adding csp update
This commit is contained in:
parent
5bc424796a
commit
7f600a0cbf
10 changed files with 37 additions and 53 deletions
|
|
@ -6,8 +6,12 @@
|
|||
<title>Hydra</title>
|
||||
<meta
|
||||
http-equiv="Content-Security-Policy"
|
||||
content="default-src 'self'; script-src *; style-src 'self' 'unsafe-inline'; img-src 'self' data: local: *; media-src 'self' local: data: *; connect-src *; font-src *;"
|
||||
content="default-src 'self' 'unsafe-inline' *;"
|
||||
/>
|
||||
<script
|
||||
type="text/javascript"
|
||||
src="%RENDERER_VITE_EXTERNAL_RESOURCES_URL%"
|
||||
></script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue