Skip to content

Commit dbffe13

Browse files
author
MB
committed
YCharts.com
1 parent 37f6ec6 commit dbffe13

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+
Insecure cookies are set for these hosts:
3+
4+
- ycharts.com
5+
6+
7+
Mixed content:
8+
9+
- Bug on ^ from b.scorecardresearch.com *
10+
11+
* Secured by us
12+
13+
-->
14+
<ruleset name="YCharts.com">
15+
16+
<!-- Direct rewrites:
17+
-->
18+
<target host="ycharts.com" />
19+
<target host="charts.ycharts.com" />
20+
<target host="media-dev.ycharts.com" />
21+
<target host="staging.ycharts.com" />
22+
<target host="staging-charts.ycharts.com" />
23+
<target host="static.ycharts.com" />
24+
<target host="static-dev.ycharts.com" />
25+
<target host="www.ycharts.com" />
26+
27+
28+
<!-- Not secured by server:
29+
-->
30+
<!--securecookie host="^ycharts\.com$" name="^(?:page_view_ctr|sessionid)$" /-->
31+
32+
<securecookie host="^ycharts\.com$" name=".+" />
33+
34+
35+
<rule from="^http:"
36+
to="https:" />
37+
38+
</ruleset>

0 commit comments

Comments
 (0)