Skip to content
This repository was archived by the owner on Apr 19, 2021. It is now read-only.

Commit f3d692b

Browse files
lucaspetterjeremyn
authored andcommitted
[Khalsa Credit Union] New ruleset (EFForg#7572)
* Create Khalsa-Credit-Union.xml * Add new test URL * Fix broken redirect rule * Move test tag below rule tag
1 parent 63969df commit f3d692b

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<!--
2+
Server errors:
3+
- khalsacreditunion.ca
4+
-->
5+
6+
<ruleset name="Khalsa Credit Union">
7+
<target host="khalsacreditunion.ca" />
8+
<target host="www.khalsacreditunion.ca" />
9+
10+
<securecookie host=".+" name=".+" />
11+
12+
<rule from="^https?://khalsacreditunion\.ca/" to="https://www.khalsacreditunion.ca/" />
13+
<test url="https://khalsacreditunion.ca/" />
14+
<rule from="^http:" to="https:" />
15+
</ruleset>

0 commit comments

Comments
 (0)