Skip to content

Commit

Permalink
Add more tor2web urls (#8 (comment))
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-barry committed Apr 25, 2015
1 parent 46c8a0f commit 0e1e268
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/chrome/content/rules/onion-tor2web.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,15 @@
<target host="*.onion.city" />
<target host="*.t2w.pw" />
<target host="*.darktor.com" />
<rule from="^https?://((\w+\.)*[a-z2-7]{16})\.(tor2web\.org|tor2web\.fi|tor2web\.blutmagie\.de|onion\.to|onion\.lu|onion\.sh|onion\.is|onion\.lt|onion\.cab|onion\.city|t2w\.pw|darktor\.com)/" to="http://$1.onion/" />

<target host="*.onion.direct" />
<target host="*.torstorm.org" />
<target host="*.connect2tor.org" />
<target host="*.door2tor.org" />
<target host="*.toradvisor.org" />


<rule from="^https?://((\w+\.)*[a-z2-7]{16})\.(tor2web\.org|tor2web\.fi|tor2web\.blutmagie\.de|onion\.to|onion\.lu|onion\.sh|onion\.is|onion\.lt|onion\.cab|onion\.city|t2w\.pw|darktor\.com|onion\.direct|torstorm\.org|connect2tor\.org|door2tor\.org|toradvisor\.org)/" to="http://$1.onion/" />
</ruleset>
<!--
* **tor2web**
Expand Down

0 comments on commit 0e1e268

Please sign in to comment.