diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-12-12 14:38:41 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-12-12 14:38:41 -0500 |
| commit | 45ae3169a1214634a8902d0bf8aedc26d119034b (patch) | |
| tree | 2c7b1804db1d0015fa230f1e42053413132878c7 | |
| parent | b502b719c5deffc7df7f19f78aad0cc77ad0395c (diff) | |
better explanation of captive portal issue
| -rw-r--r-- | static/releases.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/releases.html b/static/releases.html index 8ca1684b..928136ab 100644 --- a/static/releases.html +++ b/static/releases.html @@ -387,7 +387,7 @@ <ul> <li>Vanadium: disable WebView variations support</li> <li>SetupWizard: update to latest upstream code</li> - <li>NetworkStack: switch to grapheneos.network for connectivity checks to improve interaction with captive portals</li> + <li>NetworkStack: switch to grapheneos.network for connectivity checks to improve compatibility with captive portals lacking support for the built-in login interface (HSTS preloading for grapheneos.org stops the fallback browser login prompt from working)</li> </ul> </article> |
