We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 286dc23 commit 10e2e95Copy full SHA for 10e2e95
1 file changed
src/chrome/content/rules/TrueCrypt.ch.xml
@@ -1,24 +1,12 @@
1
-<!--
2
- www: mismatched
3
-
4
--->
5
<ruleset name="TrueCrypt.ch">
6
7
<target host="truecrypt.ch" />
+ <target host="www.truecrypt.ch" />
8
<target host="download.truecrypt.ch" />
9
<target host="forum.truecrypt.ch" />
10
- <target host="wdc.truecrypt.ch" />
11
- <target host="www.truecrypt.ch" />
12
13
14
- <!-- Not secured by server:
15
- -->
16
- <!--securecookie host="^forum\.truecrypt\.ch$" name="^_forum_session$" /-->
17
18
- <securecookie host="^forum\.truecrypt\.ch$" name=".+" />
19
+ <securecookie host=".+" name=".+" />
20
21
- <rule from="^http://(?:((?:download|forum|wdc)\.)|www\.)?truecrypt\.ch/"
22
- to="https://$1truecrypt.ch/" />
+ <rule from="^http:" to="https:" />
23
24
</ruleset>
0 commit comments