Skip to content
This repository was archived by the owner on Nov 6, 2023. It is now read-only.

Commit ad681fb

Browse files
committed
[hkpl.gov.hk] New ruleset
1 parent 0c5fb01 commit ad681fb

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<!--
2+
Problematic subdomains:
3+
- portal-216. (cert mismatch www.hkpl.gov.hk)
4+
- hkclweb. (cert mismatch mmis.hkpl.gov.hk)
5+
-->
6+
7+
<ruleset name="Hong Kong Public Libraries">
8+
<target host="hkpl.gov.hk" />
9+
<target host="www.hkpl.gov.hk" />
10+
<target host="mmis.hkpl.gov.hk" />
11+
<target host="webcat.hkpl.gov.hk" />
12+
13+
<rule from="^http://hkpl\.gov\.hk/"
14+
to="https://www.hkpl.gov.hk/" />
15+
16+
<rule from="^http:" to="https:" />
17+
18+
<test url="http://hkpl.gov.hk/" />
19+
<test url="http://www.hkpl.gov.hk/" />
20+
<test url="http://mmis.hkpl.gov.hk/" />
21+
</ruleset>

0 commit comments

Comments
 (0)