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.
- Loading branch information
1 parent
1549ae8
commit 42ee285
Showing
2 changed files
with
27 additions
and
29 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
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,22 +1,15 @@ | ||
<!-- | ||
Might be blocked by The Great Fire Wall (GFW) in China, Check error: Connection timed out ( after 20000 milliseconds ). | ||
Test in Tor broswer 6.0.4, Ok by http, however, unable to connect to https. | ||
Users could turn on this rule to test by youself. | ||
--> | ||
Subdomains appearing in this ruleset have 2 main reasons: | ||
1. They are using non-https CDN overseas | ||
2. They are dropped by The Great Firewall when | ||
foreign visitors try to use https connection. | ||
<ruleset name="Tencent_CN" default_off="Only avaiable in China"> | ||
|
||
<!-- MCB : all pages | ||
<target host="ac.qq.com" /> | ||
Chinese users can manually enable this ruleset. | ||
--> | ||
|
||
<ruleset name="Tencent_CN" default_off="Only available in China"> | ||
<target host="dp3.qq.com" /> | ||
|
||
<target host="t8.qlogo.cn" /> | ||
|
||
<target host="mmbiz.qpic.cn" /> | ||
<test url="http://mmbiz.qpic.cn/mmbiz_jpg/tp6GaCh2ZTRyY2HibMibpnpmTX7ayyib80e3b4rW0CSwD3muIsdQtkIFoULn2OeRpvQYQsGjXwIB7j2KGQPPtazBQ/0" /> | ||
|
||
<rule from="^http:" to="https:" /> | ||
|
||
</ruleset> |