aboutsummaryrefslogtreecommitdiff
path: root/public/client.html
diff options
context:
space:
mode:
Diffstat (limited to 'public/client.html')
-rw-r--r--public/client.html23
1 files changed, 4 insertions, 19 deletions
diff --git a/public/client.html b/public/client.html
index 5d862d8..a476915 100644
--- a/public/client.html
+++ b/public/client.html
@@ -36,13 +36,12 @@
<meta
http-equiv="Content-Security-Policy"
content="
- script-src-elem 'self' 'unsafe-inline' https://hcaptcha.com https://*.hcaptcha.com;
+ script-src-elem 'self' 'unsafe-inline';
style-src-elem 'self' 'unsafe-inline' https://golden-layout.com;
- script-src 'self' 'unsafe-inline' 'unsafe-eval' https://hcaptcha.com https://*.hcaptcha.com;
- style-src 'self' 'unsafe-inline' https://golden-layout.com https://hcaptcha.com https://*.hcaptcha.com;
+ script-src 'self' 'unsafe-inline' 'unsafe-eval';
+ style-src 'self' 'unsafe-inline' https://golden-layout.com;
img-src 'self' data: file: *;
- frame-src https://hcaptcha.com https://*.hcaptcha.com;
- connect-src 'self' ws: file: * https://hcaptcha.com https://*.hcaptcha.com;
+ connect-src 'self' ws: file: *;
media-src 'self' file: *;"
/>
@@ -105,20 +104,6 @@
<div id="client_loading">
<h1 id="client_loadingtext">Loading</h1>
</div>
- <div id="client_secondfactor" style="display: none">
- <center>
- <p>You seem to be new 👋</p>
- <form method="POST">
- <div
- class="h-captcha"
- data-sitekey="6cbe7d73-706d-4e4b-9147-8b9aebb83b5d"
- data-theme="dark"
- data-callback="hcallback"
- ></div>
- <script src="https://js.hcaptcha.com/1/api.js" async defer></script>
- </form>
- </center>
- </div>
<div id="client_charselect">
<p>Choose your character</p>
<button onclick="pickChar(-1)">Or spectate</button>