firefox: add link for about:config on Android
This commit is contained in:
parent
0b378a6936
commit
c124993208
1 changed files with 4 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue