We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8b1eb86 + b9b845f commit 9a3e6beCopy full SHA for 9a3e6be
src/chrome/content/rules/RoundCube.net.xml
@@ -1,26 +1,27 @@
1
<!--
2
Nonfunctional hosts:
3
4
- - (www.)? ¹
5
- - plugins ²
+ - lists ²
+ - mail ²
6
+ - svn ²
7
- trac ³
8
9
¹ Dropped
- ² Shows spell
10
+ ² Different host
11
³ Refused
12
13
14
These altnames don't exist:
15
16
- www.spell.roundcube.net
-
17
-->
18
<ruleset name="RoundCube.net (partial)">
19
+ <target host="roundcube.net" />
20
+ <target host="www.roundcube.net" />
21
+ <target host="docsroundcube.net" />
22
+ <target host="plugins.roundcube.net" />
23
<target host="spell.roundcube.net" />
24
25
<rule from="^http:"
26
to="https:" />
27
</ruleset>
0 commit comments