Skip to content

Commit 5eb98fa

Browse files
Chan Chak ShingJ0WI
authored andcommitted
Create hkexgroup.com.xml and lme.com.xml (EFForg#18383)
* Create hkexgroup.com.xml * Update hkex.com.hk.xml * Create lme.com.xml * Update hkex.com.hk.xml
1 parent 0eb2daf commit 5eb98fa

File tree

3 files changed

+32
-0
lines changed

3 files changed

+32
-0
lines changed

src/chrome/content/rules/hkex.com.hk.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<!--
22
Other HKEX related rulesets:
3+
+ hkexgroup.com.xml
4+
+ lme.com.xml
35
+ hkexnews.hk.xml
46
57
Invalid certificate:
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<!--
2+
For other HKEX related rulesets, see hkex.com.hk.xml.
3+
4+
Non-functional hosts
5+
Couldn't connect to server:
6+
- hkexgroup.com
7+
-->
8+
<ruleset name="HKEXGroup.com">
9+
<target host="hkexgroup.com" />
10+
<target host="www.hkexgroup.com" />
11+
12+
<securecookie host=".+" name=".+" />
13+
14+
<rule from="^http://hkexgroup\.com/"
15+
to="https://www.hkexgroup.com/" />
16+
17+
<rule from="^http:" to="https:" />
18+
</ruleset>
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<!--
2+
For other HKEX related rulesets, see hkex.com.hk.xml.
3+
-->
4+
<ruleset name="London Metal Exchange">
5+
<target host="lme.com" />
6+
<target host="www.lme.com" />
7+
<target host="datalicensing.lme.com" />
8+
9+
<securecookie host=".+" name=".+" />
10+
11+
<rule from="^http:" to="https:" />
12+
</ruleset>

0 commit comments

Comments
 (0)