File tree Expand file tree Collapse file tree 2 files changed +60
-0
lines changed
Expand file tree Collapse file tree 2 files changed +60
-0
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments