Skip to content

Commit 9bebb08

Browse files
Chan Chak ShingJ0WI
authored andcommitted
Update HurricaneElectric.xml (EFForg#18073)
* Update HurricaneElectric.xml * Update HurricaneElectric.xml * Update HurricaneElectric.xml
1 parent 1b73080 commit 9bebb08

File tree

1 file changed

+29
-30
lines changed

1 file changed

+29
-30
lines changed

src/chrome/content/rules/HurricaneElectric.xml

Lines changed: 29 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -3,41 +3,40 @@
33
44
- TunnelBroker.xml
55
6-
7-
8-
Nonfunctional subdomains:
9-
10-
- bgp.he.net (refused)
11-
- man.he.net (redirects to www.he.net, valid cert)
12-
13-
14-
bgp.he.net and faq.he.net don't support SSL at the moment
15-
16-
17-
Problematic domains:
18-
19-
- (www.)hu.com *
20-
- hurricaneelectric.com *
21-
22-
* Alternative domains, same content, using he.net certificate
23-
6+
Non-functional hosts
7+
SSL connect error:
8+
- man.he.net
9+
10+
SSL peer certificate was not OK:
11+
- he.com
12+
- www.he.com
13+
- hurricaneelectric.net
2414
-->
25-
<ruleset name="Hurricane Electric">
26-
15+
<ruleset name="Hurricane Electric (partial)">
2716
<target host="he.com" />
2817
<target host="www.he.com" />
18+
2919
<target host="he.net" />
30-
<target host="*.he.net" />
20+
<target host="www.he.net" />
21+
<target host="admin.he.net" />
22+
<target host="bgp.he.net" />
23+
<test url="http://bgp.he.net/AS39056" />
24+
<target host="code.he.net" />
25+
<target host="cust.he.net" />
26+
<target host="dns.he.net" />
27+
<target host="faq.he.net" />
28+
<target host="ipv6.he.net" />
29+
3130
<target host="hurricaneelectric.net" />
31+
<test url="http://hurricaneelectric.net/tour/" />
3232

33+
<securecookie host=".+" name=".+" />
34+
35+
<rule from="^http://(www\.)?he\.com/"
36+
to="https://www.he.net/" />
37+
38+
<rule from="^http://hurricaneelectric\.net/"
39+
to="https://www.he.net/" />
3340

34-
<securecookie host="^(?:.*\.)?he\.net$" name=".+" />
35-
36-
37-
<rule from="^http://(?:www\.)?h(?:e\.com|urricaneelectric\.net)/"
38-
to="https://www.he.net/" />
39-
40-
<rule from="^http://((?:admin|code|cust|dns|ipv6|www)\.)?he\.net/"
41-
to="https://$1he.net/" />
42-
41+
<rule from="^http:" to="https:" />
4342
</ruleset>

0 commit comments

Comments
 (0)