Skip to content

Commit

Permalink
[Unblocked] Add domains and simplify ruleset (EFForg#11208)
Browse files Browse the repository at this point in the history
* [Unblocked] Remove https rewrite rule

* [Unblocked] Remove wildcards

* [Unblocked.pub] Add targets

* [Unblocked] Add wildcards and test urls
  • Loading branch information
Bisaloo authored and luciancor committed Aug 24, 2017
1 parent d502c22 commit 50185bf
Showing 1 changed file with 77 additions and 19 deletions.
96 changes: 77 additions & 19 deletions src/chrome/content/rules/Unblocked.xml
Original file line number Diff line number Diff line change
@@ -1,33 +1,91 @@
<!--
HSTS: max-age=15552000; preload || Not in the list yet
The domain name for this site frequently changes
Other domains:
unblocked.pub
unblckd.biz
-->
<ruleset name="Unblocked">

<target host="unblocked.red" />
<target host="*.unblocked.red" />
<test url="http://www.unblocked.red/" />
<test url="http://1337x.unblocked.red/" />
<test url="http://avxhome.unblocked.red/" />
<test url="http://beemp3.unblocked.red/" />
<test url="http://ebookee.unblocked.red/" />
<test url="http://extratorrent.unblocked.red/" />
<test url="http://eztv.unblocked.red/" />
<test url="http://freebookspot.unblocked.red/" />
<test url="http://isohunt.unblocked.red/" />
<test url="http://kickass.unblocked.red/" />
<test url="http://limetorrents.unblocked.red/" />
<test url="http://megasearch.unblocked.red/" />
<test url="http://movie25.unblocked.red/" />
<test url="http://movie4k.unblocked.red/" />
<test url="http://putlocker.unblocked.red/" />
<test url="http://rarbg.unblocked.red/" />
<test url="http://softarchive.unblocked.red/" />
<test url="http://tnaflix.unblocked.red/" /><!-- NSFW -->
<test url="http://torrentbutler.unblocked.red/" />
<test url="http://tubeplus.unblocked.red/" />
<test url="http://watchfree.unblocked.red/" />
<test url="http://watchseries.unblocked.red/" />
<test url="http://watchtvseries.unblocked.red/" />

<test url="http://unblocked.red/" />
<test url="http://www.unblocked.red/" />
<test url="http://kickass.unblocked.red/" />
<test url="http://eztv.unblocked.red/" />
<test url="http://rarbg.unblocked.red/" />
<test url="http://isohunt.unblocked.red/" />

<!-- Old Domain -->
<target host="unblocked.li" />
<target host="*.unblocked.li" />
<test url="http://unblocked.li/" />
<test url="http://www.unblocked.li/" />
<test url="http://kickass.unblocked.li/" />
<test url="http://eztv.unblocked.li/" />
<test url="http://rarbg.unblocked.li/" />
<test url="http://isohunt.unblocked.li/" />
<rule from="^https?://([^\.]+\.)?unblocked\.li/" to="https://$1unblocked.red/" />
<test url="http://unblocked.li/" />
<test url="http://1337x.unblocked.li/" />
<test url="http://emp3.unblocked.li/" />
<test url="http://eztv.unblocked.li/" />
<test url="http://isohunt.unblocked.li/" />
<test url="http://iwatchonline.unblocked.li/" />
<test url="http://kickass.unblocked.li/" />
<test url="http://libgen.unblocked.li/" />
<test url="http://limetorrents.unblocked.li/" />
<test url="http://megasearch.unblocked.li/" />
<test url="http://primewire.unblocked.li/" />
<test url="http://softarchive.unblocked.li/" />
<test url="http://solarmovie.unblocked.li/" />
<test url="http://torlock.unblocked.li/" />
<test url="http://torrenthound.unblocked.li/" />
<test url="http://torrentz.unblocked.li/" />
<test url="http://watchseries.unblocked.li/" />
<test url="http://watchtvseries.unblocked.li/" />

<target host="unblocked.pub" />
<target host="*.unblocked.pub" />
<test url="http://unblocked.pub/" />
<test url="http://www.unblocked.pub/" />
<test url="http://1337x.unblocked.pub/" />
<test url="http://apnaview.unblocked.pub/" />
<test url="http://avxhome.unblocked.pub/" />
<test url="http://axxomovies.unblocked.pub/" />
<test url="http://beemp3.unblocked.pub/" />
<test url="http://btdb.unblocked.pub/" />
<test url="http://ddlzone.unblocked.pub/" />
<test url="http://demonoid.unblocked.pub/" />
<test url="http://ebookee.unblocked.pub/" />
<test url="http://emp3.unblocked.pub/" />
<test url="http://extratorrent.unblocked.pub/" />
<test url="http://eztv.unblocked.pub/" />
<test url="http://fmovies.unblocked.pub/" />
<test url="http://freemags.unblocked.pub/" />
<test url="http://freemagspot.unblocked.pub/" />
<test url="http://ganool.unblocked.pub/" />
<test url="http://gfxxtra.unblocked.pub/" />
<test url="http://glotorrents.unblocked.pub/" />
<test url="http://gomovies.unblocked.pub/" />

<target host="unblckd.biz" />
<target host="*.unblckd.biz" />
<test url="http://livetv.unblckd.biz/" />
<test url="http://vipleague.unblckd.biz/" />
<test url="http://watchtvseries.unblckd.biz/" />

<securecookie host=".+" name=".+" />

<rule from="^http:" to="https:" />

</ruleset>
</ruleset>

0 comments on commit 50185bf

Please sign in to comment.