forked from EFForg/https-everywhere
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path101domain.com.xml
More file actions
56 lines (34 loc) · 983 Bytes
/
101domain.com.xml
File metadata and controls
56 lines (34 loc) · 983 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<!--
For rules causing false/broken MCB, see 101domain.com-falsemixed.xml.
Partially covered subdomains:
- portuguese *
- spanish *
* Avoiding broken MCB
Problematic subdomains:
- russian *
* Mismatched, CN: www.101domain.ru
Fully covered subdomains:
- (www.)?
- blog
- cdn
- my
- russian (→ www.101domain.ru)
Mixed content:
- css on portuguese from $self *
- Images on portuguese from $self *
* Secured by us
-->
<ruleset name="101domain.com (partial)">
<target host="101domain.com" />
<target host="*.101domain.com" />
<!--
Avoid broken MCB:
-->
<exclusion pattern="^http://(?:portuguese|spanish)\.101domain\.com/+(?!css/|favicon\.ico|images/)" />
<!-- Redirect drops path but not args:
-->
<rule from="^http://russian\.101domain\.com/[^?]*"
to="https://www.101domain.ru/" />
<rule from="^http://((?:blog|cdn|my|portuguese|spanish|www)\.)?101domain\.com/"
to="https://$1101domain.com/" />
</ruleset>