We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ffe91be + 8683390 commit 98ceb08Copy full SHA for 98ceb08
src/chrome/content/rules/Cyon.ch.xml
@@ -6,31 +6,11 @@
6
- order
7
- webmail
8
9
-
10
- Insecure cookies are set for these domains and hosts:
11
12
- - .cyon.ch
13
- - my.cyon.ch
14
15
-->
16
<ruleset name="cyon.ch">
17
18
- <!-- Direct rewrites:
19
- -->
20
<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
+ <target host="*.cyon.ch" />
34
35
<rule from="^http:"
36
to="https:" />
0 commit comments