Skip to content

Commit 428e268

Browse files
Seth Schoenpde
authored andcommitted
fix piratebay.org rewrite for piratebay.se
1 parent bb26c49 commit 428e268

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed
Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
<ruleset name="The Pirate Bay">
22
<target host="thepiratebay.org" />
33
<target host="*.thepiratebay.org" />
4+
<target host="thepiratebay.se" />
5+
<target host="*.thepiratebay.se" />
46

5-
<rule from="^http://(rss|static|torrents)\.thepiratebay\.org/" to="https://$1.thepiratebay.org/"/>
6-
<rule from="^https?://(?:www\.)?thepiratebay\.org/" to="https://thepiratebay.org/"/>
7+
<rule from="^http://torrents\.thepiratebay\.org/" to="https://torrents.thepiratebay.org/"/>
8+
<rule from="^http://(rss|static)\.thepiratebay\.(org|se)/" to="https://$1.thepiratebay.se/"/>
9+
<rule from="^https?://(?:www\.)?thepiratebay\.(org|se)/" to="https://thepiratebay.se/"/>
710
</ruleset>

0 commit comments

Comments
 (0)