forked from EFForg/https-everywhere
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path16163.com.xml
More file actions
27 lines (20 loc) · 750 Bytes
/
16163.com.xml
File metadata and controls
27 lines (20 loc) · 750 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<!--
Mismatch:
^ ( equal to www. )
MCB:
(gamename).16163.com/$
-->
<ruleset name="16163.com">
<target host="16163.com" />
<rule from="^http://16163\.com/" to="https://www.16163.com/" />
<rule from="^http://(www|app|bbs|m)\.16163\.com/" to="https://$1.16163.com/" />
<!-- MCB: -->
<target host="*.16163.com" />
<test url="http://cc.16163.com/forum-10-1.html" />
<test url="http://cc.16163.com/?101873" />
<test url="http://mwsj.16163.com/static/js/common.js" />
<test url="http://stzb.16163.com/static/image/common/chart.png" />
<exclusion pattern="^http://cc\.16163\.com/forum\.php$" />
<test url="http://cc.16163.com/forum.php" />
<rule from="^http://(\w+)\.16163\.com/(\S+)" to="https://$1.16163.com/$2" />
</ruleset>