We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a936951 commit 7c2514bCopy full SHA for 7c2514b
1 file changed
src/chrome/content/rules/Bundesministerium_des_Innern.xml
@@ -1,11 +1,17 @@
1
+<!--
2
+ For other bund.de coverages, see Verwaltung_Online.xml.
3
+
4
+ Mismatch on ^
5
+-->
6
<ruleset name="Bundesministerium des Innern">
- <!-- Federal Ministry of the Interior. -->
7
+ <!-- Federal Ministry of the Interior. -->
8
- <target host="bmi.bund.de" />
- <target host="www.bmi.bund.de" />
9
+ <target host="bmi.bund.de" />
10
+ <target host="www.bmi.bund.de" />
11
+ <target host="normenscreening.bmi.bund.de" />
12
- <rule from="^http://bmi\.bund\.de/"
- to="https://www.bmi.bund.de/" />
- <rule from="^http://([^/:@]+)?\.bmi\.bund\.de/"
- to="https://$1.bmi.bund.de/" />
13
+ <rule from="^http://bmi\.bund\.de/"
14
+ to="https://www.bmi.bund.de/" />
15
+ <rule from="^http:"
16
+ to="https:" />
17
</ruleset>
0 commit comments