forked from EFForg/https-everywhere
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path23andMe.com.xml
More file actions
42 lines (27 loc) · 762 Bytes
/
23andMe.com.xml
File metadata and controls
42 lines (27 loc) · 762 Bytes
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
42
<!--
Note: server is configured for rc4 only.
Problematic subdomains:
- ^ ¹
- blog ²
- media ²
¹ Redirect differs
² Mismatched (CloudFlare)
Fully covered subdomains:
- (www.) (^ → www)
- api
- customercare
- store
-->
<ruleset name="23andMe.com (partial)">
<target host="23andme.com" />
<target host="*.23andme.com" />
<securecookie host="^\.23andme\.com$" name="^__cfduid$" />
<securecookie host="^(?:www\.)?23andme\.com$" name=".+" />
<!-- While ^ presents a valid cert, it drops
the path when redirecting to www.
-->
<rule from="^http://(?:www\.)?23andme\.com/"
to="https://www.23andme.com/" />
<rule from="^http://(api|customercare|store)\.23andme\.com/"
to="https://$1.23andme.com/" />
</ruleset>