Skip to content

Commit eb27b18

Browse files
author
Vedran
committed
Porting Blockchain.info rule from master to stable
1 parent f702ff4 commit eb27b18

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
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 -->

0 commit comments

Comments
 (0)