Skip to content

Commit a88ffe7

Browse files
author
MB
committed
SWT.com
1 parent f4dc678 commit a88ffe7

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<!--
2+
^: cert only matches www
3+
4+
-->
5+
<ruleset name="SWT.com">
6+
7+
<target host="swt.com" />
8+
<target host="*.swt.com" />
9+
10+
11+
<!-- Not secured by server:
12+
-->
13+
<!--securecookie host="^\.www\.swt\.com$" name="^zenid$" /-->
14+
15+
16+
<rule from="^http://(?:www\.)?swt\.com/"
17+
to="https://www.swt.com/" />
18+
19+
</ruleset>

0 commit comments

Comments
 (0)