File tree Expand file tree Collapse file tree 1 file changed +38
-0
lines changed
Expand file tree Collapse file tree 1 file changed +38
-0
lines changed Original file line number Diff line number Diff line change 1+ <!--
2+ blog is handled in WordPress-blogs.xml.
3+
4+
5+ Problematic subdomains:
6+
7+ - blog *
8+
9+ * Wordpress
10+
11+
12+ Observed cookie domains:
13+
14+ - . ¹
15+ - markets ²
16+
17+ ¹ Some secured by server, others by us
18+ ² Secured by us
19+
20+ -->
21+ <ruleset name =" Blockchain.info" >
22+
23+ <target host =" blockchain.info" />
24+ <target host =" *.blockchain.info" />
25+
26+
27+ <!-- Not secured by server:
28+ -->
29+ <!-- securecookie host="^markets\.blockchain\.info$" name="^_bitcoinity_session$" /-->
30+
31+ <securecookie host =" ^(?:markets)?\.blockchain\.info$" name =" .+" />
32+
33+
34+ <rule from =" ^http://((?:markets|static|www)\.)?blockchain\.info/"
35+ to=" https://$1blockchain.info/" />
36+
37+ </ruleset >
38+ <!-- Rule generated by HTTPS Finder 0.85 -->
You can’t perform that action at this time.
0 commit comments