From 1097a1e5e7a84d0aa84a3203782b9bf9e639b913 Mon Sep 17 00:00:00 2001 From: Sudo-Ivan Date: Thu, 1 Jan 2026 22:46:08 -0600 Subject: [PATCH] fix(readme): update local WebView access from HTTP to HTTPS for improved security --- android/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/README.md b/android/README.md index e979c15..c142e09 100644 --- a/android/README.md +++ b/android/README.md @@ -71,7 +71,7 @@ Or open the `android` directory in Android Studio and build from there. The server is configured to: - 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) ## Notes