This repository has been archived by the owner on Nov 6, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update Pixiv.xml * Update Pixiv.xml
- Loading branch information
Showing
1 changed file
with
38 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |