aboutsummaryrefslogtreecommitdiffstats
path: root/subfiles
diff options
context:
space:
mode:
authorchrome <chrome@noreply.codeberg.org>2020-07-01 16:29:39 +0200
committerchrome <chrome@noreply.codeberg.org>2020-07-01 16:29:39 +0200
commit14b544c20a03e4e2aa1f46286ff8d47ec2ecc7e2 (patch)
tree38515e865beee28e54184c5a11ae5af33277694d /subfiles
parentdeb27986b1c9d009d78963c0893f428ce331d065 (diff)
downloadcloudflare-tor-14b544c20a03e4e2aa1f46286ff8d47ec2ecc7e2.tar.lz
cloudflare-tor-14b544c20a03e4e2aa1f46286ff8d47ec2ecc7e2.tar.xz
cloudflare-tor-14b544c20a03e4e2aa1f46286ff8d47ec2ecc7e2.zip
Update 'subfiles/chromium_tor.md'
Diffstat (limited to 'subfiles')
-rw-r--r--subfiles/chromium_tor.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/subfiles/chromium_tor.md b/subfiles/chromium_tor.md
index 0ef47c63..8bdd43eb 100644
--- a/subfiles/chromium_tor.md
+++ b/subfiles/chromium_tor.md
@@ -13,12 +13,12 @@
5. Change it like this.
-````
+```
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`