Skip to content

Commit e4ffd54

Browse files
author
MB
committed
M3Server.com, M3xs.net
1 parent 40ff1d2 commit e4ffd54

File tree

2 files changed

+60
-0
lines changed

2 files changed

+60
-0
lines changed
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
<!--
2+
Other M3Server rulesets:
3+
4+
- M3xs.net.xml
5+
6+
7+
Problematic hosts in *m3server.com:
8+
9+
- blog *
10+
11+
* Mismatched
12+
13+
14+
Mixed content:
15+
16+
- Image on blog from www.m3server.com *
17+
18+
* Secured by us
19+
20+
-->
21+
<ruleset name="M3Server.com (partial)">
22+
23+
<!-- Direct rewrites:
24+
-->
25+
<target host="m3server.com" />
26+
<!--target host="blog.m3server.com" /-->
27+
<target host="www.m3server.com" />
28+
29+
30+
<rule from="^http:"
31+
to="https:" />
32+
33+
</ruleset>
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
<!--
2+
For other M3Server coverage, see M3Server.com.xml.
3+
4+
5+
Insecure cookies are set for these hosts:
6+
7+
- my.m3xs.net
8+
9+
-->
10+
<ruleset name="M3xs.net">
11+
12+
<!-- Direct rewrites:
13+
-->
14+
<target host="my.m3xs.net" />
15+
16+
17+
<!-- Not secured by server:
18+
-->
19+
<!--securecookie host="^my\.m3xs\.net$" name="^WHMCS[a-zA-Z]+$" /-->
20+
21+
<securecookie host="^my\.m3xs\.net$" name=".+" />
22+
23+
24+
<rule from="^http:"
25+
to="https:" />
26+
27+
</ruleset>

0 commit comments

Comments
 (0)