We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0005872 commit 4de22dbCopy full SHA for 4de22db
src/chrome/content/rules/01.org.xml
@@ -11,14 +11,21 @@
11
-->
12
<ruleset name="01.org">
13
14
+ <!-- Direct rewrites:
15
+ -->
16
<target host="01.org" />
- <target host="*.01.org" />
17
+ <target host="lists.01.org" />
18
+ <target host="www.01.org" />
19
20
+ <!-- Complications:
21
22
+ <target host="mx.01.org" />
23
- <rule from="^http://(lists\.|www\.)?01\.org/"
- to="https://$101.org/" />
24
25
<rule from="^http://mx\.01\.org/"
26
to="https://lists.01.org/mailman/listinfo" />
27
28
+ <rule from="^http:"
29
+ to="https:" />
30
+
31
</ruleset>
0 commit comments