fix: bypass Rocket Loader on index.html scripts — form submit listener deferred, login silently reloaded page

This commit is contained in:
2026-06-01 03:42:46 +00:00
parent 85e23f618f
commit c115ed4bb8
+2 -2
View File
@@ -916,9 +916,9 @@ body::after{
<!-- Hidden camera feed for face detection --> <!-- Hidden camera feed for face detection -->
<video id="faceVideo" autoplay muted playsinline <video id="faceVideo" autoplay muted playsinline
style="position:fixed;top:-9999px;left:-9999px;width:320px;height:240px"></video> style="position:fixed;top:-9999px;left:-9999px;width:320px;height:240px"></video>
<script src="https://cdn.jsdelivr.net/npm/face-api.js@0.22.2/dist/face-api.min.js" crossorigin="anonymous"></script> <script data-cfasync="false" src="https://cdn.jsdelivr.net/npm/face-api.js@0.22.2/dist/face-api.min.js" crossorigin="anonymous"></script>
<script> <script data-cfasync="false">
// ── GLOBALS ────────────────────────────────────────────────────────── // ── GLOBALS ──────────────────────────────────────────────────────────
let sessionToken = ''; let sessionToken = '';
let sessionUser = ''; let sessionUser = '';