Skip to content

Commit 98ceb08

Browse files
committed
Merge pull request EFForg#1815 from dol/patch-1
[Cyon.ch] Resolved insecure cookie and include all subdomains
2 parents ffe91be + 8683390 commit 98ceb08

File tree

1 file changed

+1
-21
lines changed

1 file changed

+1
-21
lines changed

src/chrome/content/rules/Cyon.ch.xml

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -6,31 +6,11 @@
66
- order
77
- webmail
88
9-
10-
Insecure cookies are set for these domains and hosts:
11-
12-
- .cyon.ch
13-
- my.cyon.ch
14-
159
-->
1610
<ruleset name="cyon.ch">
1711

18-
<!-- Direct rewrites:
19-
-->
2012
<target host="cyon.ch" />
21-
<target host="my.cyon.ch" />
22-
<target host="order.cyon.ch" />
23-
<target host="webmail.cyon.ch" />
24-
<target host="www.cyon.ch" />
25-
26-
27-
<!-- Not secured by server:
28-
-->
29-
<!--securecookie host="^\.cyon\.ch$" name="^cyon-l10n-settings$" /-->
30-
<!--securecookie host="^my\.cyon\.ch$" name="^myproxyroute$" /-->
31-
32-
<securecookie host="^(?:my)?\.cyon\.ch$" name=".+" />
33-
13+
<target host="*.cyon.ch" />
3414

3515
<rule from="^http:"
3616
to="https:" />

0 commit comments

Comments
 (0)