mirror of
https://github.com/BetterCorp/BetterFrame.git
synced 2026-05-26 16:56:33 +00:00
No description
WebView "URL can't be shown" — Authorization header only applies to the initial page load. CSS/JS/XHR/WebSocket sub-resources from the loaded page don't inherit it → Angie auth_request rejects → page breaks. Kiosk side: set_kiosk_cookie() injects betterframe_kiosk_key cookie into WebKit's cookie jar via JS bridge before loading the URL. Cookie persists across all sub-resource requests automatically. Server side: extractBearerToken() now checks betterframe_kiosk_key cookie as fallback when no Authorization header present. Same verifyKioskKey path, just different transport. |
||
|---|---|---|
| .github/workflows | ||
| deploy | ||
| docs | ||
| kiosk | ||
| nodered | ||
| scripts | ||
| server | ||
| .gitattributes | ||
| .gitignore | ||
| CLAUDE.md | ||
| docker-compose.coolify.yml | ||
| docker-compose.yml | ||
| LICENSE-AGPL.txt | ||
| LICENSE-COMMERCIAL.md | ||
| LICENSE.md | ||
| package-lock.json | ||
| package.json | ||
| sec-config.yaml | ||
| tsconfig.base.json | ||