1
Fork 0

firefox: add link for about:config on Android

This commit is contained in:
Alan Faubert 2024-07-16 15:09:29 -04:00
parent 0b378a6936
commit c124993208

View file

@ -63,3 +63,7 @@ function FindProxyForURL(url, host) {
return /(^|\.)(example\.com|example\.net)$/.test(host) ? 'SOCKS 127.0.0.1:8000' : 'DIRECT';
}
```
## Accessing `about:config` on Android
<chrome://geckoview/content/config.xhtml>