Skip to content

Commit 4de22db

Browse files
author
MB
committed
[01.org] Enumerate, sort, squish
1 parent 0005872 commit 4de22db

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

src/chrome/content/rules/01.org.xml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,21 @@
1111
-->
1212
<ruleset name="01.org">
1313

14+
<!-- Direct rewrites:
15+
-->
1416
<target host="01.org" />
15-
<target host="*.01.org" />
17+
<target host="lists.01.org" />
18+
<target host="www.01.org" />
1619

20+
<!-- Complications:
21+
-->
22+
<target host="mx.01.org" />
1723

18-
<rule from="^http://(lists\.|www\.)?01\.org/"
19-
to="https://$101.org/" />
2024

2125
<rule from="^http://mx\.01\.org/"
2226
to="https://lists.01.org/mailman/listinfo" />
2327

28+
<rule from="^http:"
29+
to="https:" />
30+
2431
</ruleset>

0 commit comments

Comments
 (0)