mirror of
https://github.com/myronblair/jarvis
synced 2026-06-30 17:50:23 -05:00
fix: bypass Rocket Loader on index.html scripts — form submit listener deferred, login silently reloaded page
This commit is contained in:
@@ -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 = '';
|
||||||
|
|||||||
Reference in New Issue
Block a user