Skip to content

Commit 048172e

Browse files
author
MB
committed
[ccc.de] Fix order
1 parent 19523c2 commit 048172e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/chrome/content/rules/CCC.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@
2121
<rule from="^http://ccc\.de/"
2222
to="https://www.ccc.de/" />
2323

24-
<rule from="^http://([^/:@\.]+)\.ccc\.de/"
25-
to="https://$1.ccc.de/" />
26-
2724
<rule from="^http://static\.media\.ccc\.de/"
2825
to="https://media.ccc.de/" />
2926

27+
<rule from="^http://([^/:@\.]+)\.ccc\.de/"
28+
to="https://$1.ccc.de/" />
29+
3030
</ruleset>

0 commit comments

Comments
 (0)