fix(readme): update local WebView access from HTTP to HTTPS for improved security

This commit is contained in:
2026-01-01 22:46:08 -06:00
parent eafa345ce7
commit 1097a1e5e7

View File

@@ -71,7 +71,7 @@ Or open the `android` directory in Android Studio and build from there.
The server is configured to: The server is configured to:
- Run on `127.0.0.1:8000` (localhost only) - Run on `127.0.0.1:8000` (localhost only)
- Use HTTP (not HTTPS) for local WebView access - Use HTTPS for local WebView access
- Run in headless mode (no browser launch) - Run in headless mode (no browser launch)
## Notes ## Notes