forked from EFForg/https-everywhere
-
Notifications
You must be signed in to change notification settings - Fork 0
/
123systems.xml
42 lines (30 loc) · 966 Bytes
/
123systems.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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<!--
Mixed content:
- css from fonts.googleapis.com *
* Secured by us
-->
<ruleset name="123systems.net (partial)">
<target host="123systems.net" />
<target host="www.123systems.net" />
<!-- Redirects to http:
-->
<!--exclusion pattern="^http://(www\.)?123systems\.net/($|css/|favicon\.ico|images/)" /-->
<!--
Exceptions:
-->
<exclusion pattern="^http://(?:www\.)?123systems\.net/+(?!billing(?:$|[?/]))" />
<!-- -ve:
-->
<test url="http://123systems.net/favicon.ico" />
<test url="http://123systems.net/reseller.html" />
<test url="http://www.123systems.net/favicon.ico" />
<test url="http://www.123systems.net/reseller.html" />
<!-- -ve:
-->
<test url="http://123systems.net/billing" />
<test url="http://www.123systems.net/billing" />
<!--securecookie host="^\.?123systems\.net$" name=".+" /-->
<rule from="^http:"
to="https:" />
</ruleset>
<!-- Rule generated by HTTPS Finder 0.77 -->