Skip to content
This repository has been archived by the owner on Nov 6, 2023. It is now read-only.

Update Demonoid.xml #11221

Closed
wants to merge 3 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 3 additions & 6 deletions src/chrome/content/rules/Demonoid.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,10 @@
<target host="demonoid.pw" />
<target host="www.demonoid.pw" />

<!-- Old Domain-->
<!-- Old domain -->
<target host="demonoid.ph" />
<target host="www.demonoid.ph" />
<rule from="^https?://(www\.)?demonoid\.ph/" to="https://$1demonoid.pw/" />
<test url="http://demonoid.ph/" />
<test url="http://www.demonoid.ph/" />

<target host="www.demonoid.ph" />

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

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