Update 'subfiles/chromium_tor.md'
This commit is contained in:
parent
bca1cc3856
commit
1d7d023573
|
@ -18,7 +18,7 @@ function FindProxyForURL(url, host){
|
|||
if (shExpMatch(host,"*.onion")){return "SOCKS5 127.0.0.1:9050";}
|
||||
if (shExpMatch(host,"www.cloudflare.com")||shExpMatch(host,"www.nsa.gov")){return "SOCKS5 0.0.0.0:7";}
|
||||
return "SOCKS5 127.0.0.1:9050";
|
||||
\}
|
||||
}
|
||||
```
|
||||
|
||||
6. Open Chromium > 3 dots > `More Tools` > `Extensions`
|
||||
|
|
Loading…
Reference in New Issue