forked from EFForg/https-everywhere
-
Notifications
You must be signed in to change notification settings - Fork 0
/
101weiqi.xml
25 lines (20 loc) · 872 Bytes
/
101weiqi.xml
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
<!--
Mismatch: demo.101weiqi.com
Redirect to http: */login
-->
<ruleset name="101weiqi.com">
<!--
101weiqi.com use the http://www.qiniu.com/ cloud for some files.
However, they do not support https directly and make some mixedcontent problem.
Lucky, the host owner has binded domain, so we can redirect them to the main host, which support https.
-->
<target host="7j1yxi.com1.z0.glb.clouddn.com" />
<rule from="^http://7j1yxi\.com1\.z0\.glb\.clouddn\.com/" to="https://www.101weiqi.com/" />
<test url="http://7j1yxi.com1.z0.glb.clouddn.com/file/head/2015/7/23/4882_56993_51_2.png" />
<target host="101weiqi.com" />
<target host="www.101weiqi.com" />
<exclusion pattern="^http://(www\.)?101weiqi\.com/login" />
<test url="http://www.101weiqi.com/login" />
<test url="http://101weiqi.com/login" />
<rule from="^http:" to="https:" />
</ruleset>