Changed app for proxy and https++

This commit is contained in:
2026-01-22 16:49:12 +01:00
parent c3efa127d9
commit 7ed6100f05
3 changed files with 1533 additions and 1 deletions

View File

@@ -192,6 +192,7 @@
headers: {
'Content-Type': 'application/json'
},
credentials: 'include', // CRITICAL: Include cookies in request
body: JSON.stringify({ password: password })
});