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+ 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 >
You can’t perform that action at this time.
0 commit comments