We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e89af11 commit a8bd1abCopy full SHA for a8bd1ab
src/chrome/content/rules/BR.xml
@@ -1,5 +1,10 @@
1
<ruleset name="Bayrischer Rundfunk">
2
-<target host="*.brreisen.de"/>
3
4
-<rule from="^http://www\.brreisen\.de/" to="https://www.brreisen.de/"/>
+ <target host="br.de"/>
+ <target host="*.br.de"/>
5
+ <target host="www.brreisen.de"/>
6
+
7
+ <rule from="^http:"
8
+ to="https:" />
9
10
</ruleset>
0 commit comments