mirror of
https://codeberg.org/crimeflare/cloudflare-tor
synced 2024-11-16 06:12:43 +00:00
Update 'subfiles/chromium_tor.md'
This commit is contained in:
parent
deb27986b1
commit
14b544c20a
@ -13,12 +13,12 @@
|
|||||||
|
|
||||||
5. Change it like this.
|
5. Change it like this.
|
||||||
|
|
||||||
````
|
```
|
||||||
function FindProxyForURL(url, host){
|
function FindProxyForURL(url, host){
|
||||||
if (shExpMatch(host,"*.onion")){return "SOCKS5 127.0.0.1:9050";}
|
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";}
|
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";
|
return "SOCKS5 127.0.0.1:9050";
|
||||||
}
|
\}
|
||||||
```
|
```
|
||||||
|
|
||||||
6. Open Chromium > 3 dots > `More Tools` > `Extensions`
|
6. Open Chromium > 3 dots > `More Tools` > `Extensions`
|
||||||
|
Loading…
Reference in New Issue
Block a user