forked from EFForg/https-everywhere
-
Notifications
You must be signed in to change notification settings - Fork 0
/
10gen.xml
41 lines (28 loc) · 753 Bytes
/
10gen.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<!--
Other 10gen rulesets:
- MongoDB.com.xml
- MongoDB.org.xml
Problematic hosts in *10gen.com:
- blog *
* Redirect from ($|\?) differs from http
-->
<ruleset name="10gen.com">
<!-- Direct rewrites:
-->
<target host="10gen.com" />
<target host="mms.10gen.com" />
<target host="www.10gen.com" />
<!-- Complications:
-->
<target host="blog.10gen.com" />
<!-- Redirect drops args and forward slash:
-->
<rule from="^http://blog\.10gen\.com/+(?:$|\?.*)"
to="https://www.mongodb.com/blog/" />
<test url="http://blog.10gen.com/?f" />
<test url="http://blog.10gen.com/?o" />
<test url="http://blog.10gen.com//?o" />
<test url="http://blog.10gen.com/?b" />
<rule from="^http:"
to="https:" />
</ruleset>