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

Commit

Permalink
Update Pixiv.xml (#14674)
Browse files Browse the repository at this point in the history
* Update Pixiv.xml

* Update Pixiv.xml
  • Loading branch information
Chan Chak Shing authored and J0WI committed Feb 24, 2018
1 parent eb314a4 commit cdff45d
Showing 1 changed file with 38 additions and 36 deletions.
74 changes: 38 additions & 36 deletions src/chrome/content/rules/Pixiv.xml
Original file line number Diff line number Diff line change
@@ -1,57 +1,59 @@
<!--
Redirects to http:
- chat-img11.pixiv.net
- imgaz.pixiv.net
- iracon.pixiv.net
- touch.pixiv.net
Broken:
- pixiv.co.jp
- www.pixiv.co.jp
- chat.pixiv.net
- dev.pixiv.net
- dic.pixiv.net
- embed.pixiv.net
- genepixiv.pr.pixiv.net
- help.pixiv.net
- inside.pixiv.net
- kurofune.pr.pixiv.net
- m.pixiv.net
- mx.pixiv.net
- pool.pr.pixiv.net
- recruit.pixiv.net
- times.pixiv.net
- serv.ads.pixiv.org
-->
Non-functional hosts
Couldn't connect to server:
- inside.pixiv.net
Timeout was reached:
- dev.pixiv.net
- help.pixiv.net
- mx.pixiv.net
SSL peer certificate was not OK:
- iracon.pixiv.net
- genepixiv.pr.pixiv.net
- kurofune.pr.pixiv.net
- pool.pr.pixiv.net
- times.pixiv.net
Different content:
- m.pixiv.net
-->
<ruleset name="Pixiv (partial)">
<target host="pixiv.co.jp" />
<target host="www.pixiv.co.jp" />

<target host="pixiv.net" />
<target host="www.pixiv.net" />
<target host="accounts.pixiv.net" />
<target host="chat.pixiv.net" />
<target host="comic.pixiv.net" />
<target host="dic.pixiv.net" />
<target host="embed.pixiv.net" />
<target host="factory.pixiv.net" />
<target host="i1.pixiv.net" />
<target host="i2.pixiv.net" />
<target host="i3.pixiv.net" />
<target host="i4.pixiv.net" />
<target host="img-comic.pixiv.net" />
<target host="img-novel.pixiv.net" />
<target host="imgaz.pixiv.net" />
<target host="m.pixiv.net" />
<target host="novel.pixiv.net" />
<target host="recruit.pixiv.net" />
<target host="sensei.pixiv.net" />
<target host="sketch.pixiv.net" />
<target host="source.pixiv.net" />

<target host="d.pixiv.org" />

<target host="touch.pixiv.net" />

<target host="pximg.net" />
<target host="www.pximg.net" />

<!-- Redirect to http most of www.* -->
<target host="www.pixiv.net" />
<exclusion pattern="^http://www\.pixiv\.net/(?!favicon\.ico|login\.php)" />
<test url="http://www.pixiv.net/" />
<test url="http://www.pixiv.net/member.php?id=27452" />
<test url="http://www.pixiv.net/favicon.ico" />
<test url="http://www.pixiv.net/login.php" />

<rule from="^http:" to="https:" />
<target host="i.pximg.net" />

<target host="d.pixiv.org" />

<rule from="^http://m\.pixiv\.net/"
to="https://www.pixiv.net/" />

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

0 comments on commit cdff45d

Please sign in to comment.