Skip to content

Commit ef98efc

Browse files
author
MB
committed
KF Webs.net
1 parent fd96564 commit ef98efc

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
<!--
2+
Problematic subdomains:
3+
4+
- ^ *
5+
- www2 *
6+
7+
* Cert only matches www
8+
9+
10+
Mixed content:
11+
12+
- Images, from:
13+
14+
- www ¹
15+
- www2 ¹
16+
- feeds2.feedburner.com ²
17+
18+
- favicon from www ¹
19+
20+
¹ Secured by us
21+
² Unsecurable <= 404
22+
23+
-->
24+
<ruleset name="KF Webs.net" default_off="self-signed">
25+
26+
<target host="kfwebs.net" />
27+
<target host="www.kfwebs.net" />
28+
29+
30+
<!-- Not secured by server:
31+
-->
32+
<!--securecookie host="^www\.kfwebs\.net$" name="^PHPSESSID$" /-->
33+
34+
<securecookie host="^www\.kfwebs\.net$" name=".+" />
35+
36+
37+
<rule from="^http://(?:www2?\.)?kfwebs\.net/"
38+
to="https://www.kfwebs.net/" />
39+
40+
</ruleset>

0 commit comments

Comments
 (0)