We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9addb4 commit 8e4db72Copy full SHA for 8e4db72
1 file changed
src/chrome/content/rules/Threema.xml
@@ -1,5 +1,18 @@
1
<ruleset name="Threema">
2
-<target host="*.threema.ch" />
3
-<target host="threema.ch" />
4
-<rule from="^http://(shop\.|www\.)?threema\.ch/" to="https://$1threema.ch/"/>
+ <target host="threema.ch" />
+ <target host="www.threema.ch" />
+ <target host="gateway.threema.ch" />
5
+ <target host="shop.threema.ch" />
6
+ <target host="myid.threema.ch" />
7
+
8
+ <test url="http://threema.ch/en/whats-new" />
9
+ <test url="http://www.threema.ch/" />
10
+ <test url="http://gateway.threema.ch/en/developer/api" />
11
+ <test url="http://shop.threema.ch/download" />
12
+ <test url="http://myid.threema.ch/revoke" />
13
14
+ <securecookie host="^(www.|gateway.|shop\.|myid.)?threema\.ch/$" name=".+" />
15
16
+ <rule from="^http:"
17
+ to="https:" />
18
</ruleset>
0 commit comments