We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6a9f6ce + fea5801 commit 9ccdc21Copy full SHA for 9ccdc21
src/chrome/content/rules/Webstyle.ch.xml
@@ -1,22 +1,13 @@
1
-<!--
2
- Nonfunctional subdomains:
3
-
4
- - (www.) *
5
6
- * Redirects to http/404s, valid cert
7
8
--->
9
-<ruleset name="webstyle.ch (partial)">
10
+<ruleset name="webstyle.ch">
+ <target host="webstyle.ch" />
+ <target host="www.webstyle.ch" />
11
<target host="webmail.webstyle.ch" />
12
+ <target host="zimbra.webstyle.ch" />
13
14
<!-- Server sets Secure for:
15
-->
16
<!--securecookie host="^webmail\.webstyle\.ch$" name=".+" /-->
17
18
19
- <rule from="^http://webmail\.webstyle\.ch/"
20
- to="https://webmail.webstyle.ch/" />
21
+ <rule from="^http:"
+ to="https:" />
22
</ruleset>
0 commit comments