Trying another fix for strict CSP

This commit is contained in:
2026-06-05 12:47:42 +02:00
parent d0b8bd8d29
commit 06f15579da
+1 -1
View File
@@ -22,7 +22,7 @@ You should have received a copy of the GNU General Public License along with thi
script-src 'self'; script-src 'self';
"> ">
<title>NetSpeaker Demo (on [IP here])</title> <title>NetSpeaker Demo (on [IP here])</title>
<link href='https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css' rel='stylesheet' <link href='http://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css' rel='stylesheet'
integrity='sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN' crossorigin='anonymous'> integrity='sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN' crossorigin='anonymous'>
<style>#playbackMuteButton:hover { background-color: #00000000; }</style> <style>#playbackMuteButton:hover { background-color: #00000000; }</style>
</head> </head>