forked from EFForg/https-everywhere
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAdd2Net.xml
More file actions
42 lines (31 loc) · 1.25 KB
/
Add2Net.xml
File metadata and controls
42 lines (31 loc) · 1.25 KB
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
<ruleset name="Add2Net (partial)">
<target host="lpdedicated.com"/>
<target host="www.lpdedicated.com"/>
<target host="lplogin.com"/>
<target host="www.lplogin.com"/>
<target host="lunarmods.com"/>
<target host="www.lunarmods.com"/>
<target host="lunarpages.com"/>
<target host="*.lunarpages.com"/>
<target host="lunarpages.com.mx"/>
<target host="www.lunarpages.com.mx"/>
<target host="lunarpages.co.uk"/>
<target host="www.lunarpages.co.uk"/>
<target host="tremendesk.com"/>
<target host="*.tremendesk.com"/>
<securecookie host="^www\.lunarmods\.com$" name=".*"/>
<securecookie host="^(account|secure|support|www)?\.lunarpages\.com$" name=".*"/>
<securecookie host="^(www)?\.tremendesk\.com$" name=".*"/>
<rule from="^http://(www\.)?lpdedicated\.com/"
to="https://$1lpdedicated.com/"/>
<rule from="^http://(?:www\.)?lplogin\.com/"
to="https://account.lunarpages.com/"/>
<rule from="^http://(www\.)?lunar(mod|page)s\.com/"
to="https://$1lunarpages.com/"/>
<rule from="^http://(account|secure|support)\.lunarpages\.com/"
to="https://$1.lunarpages.com/"/>
<rule from="^http://(www\.)?lunarpages\.co(m\.mx|\.uk)/"
to="https://$1lunarpages.co$2/"/>
<rule from="^http://(www\.)?tremendesk\.com/"
to="https://$1tremendesk.com/"/>
</ruleset>