diff options
author | chrome <chrome@noreply.codeberg.org> | 2020-07-01 16:33:09 +0200 |
---|---|---|
committer | chrome <chrome@noreply.codeberg.org> | 2020-07-01 16:33:09 +0200 |
commit | 1d7d023573219c58db8ddafcb7b9c18fb4554e26 (patch) | |
tree | d77a348b0417a2672266d85aa258110b5214e7f3 | |
parent | bca1cc385621dc41d5b1e3e4562835f9ffe4954a (diff) | |
download | cloudflare-tor-1d7d023573219c58db8ddafcb7b9c18fb4554e26.tar.lz cloudflare-tor-1d7d023573219c58db8ddafcb7b9c18fb4554e26.tar.xz cloudflare-tor-1d7d023573219c58db8ddafcb7b9c18fb4554e26.zip |
Update 'subfiles/chromium_tor.md'
-rw-r--r-- | subfiles/chromium_tor.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/subfiles/chromium_tor.md b/subfiles/chromium_tor.md index c34ea918..82851744 100644 --- a/subfiles/chromium_tor.md +++ b/subfiles/chromium_tor.md @@ -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` |