We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b47ebe commit 2fb02f2Copy full SHA for 2fb02f2
1 file changed
src/chrome/content/rules/BMZ.de.xml
@@ -0,0 +1,29 @@
1
+<!--
2
+ Invalid certificate:
3
+ - www.health.bmz.de
4
+
5
+ Non-2xx HTTP code:
6
+ - stream.bmz.de
7
+-->
8
+<ruleset name="BMZ.de">
9
+ <!-- Federal Ministry for Economic Cooperation and Development -->
10
11
+ <target host="bmz.de" />
12
+ <target host="www.bmz.de" />
13
+ <target host="cms.bmz.de" />
14
+ <target host="facebook.bmz.de" />
15
+ <target host="googleplus.bmz.de" />
16
+ <target host="grde.bmz.de" />
17
+ <target host="health.bmz.de" />
18
+ <target host="piwik.bmz.de" />
19
+ <target host="stage.bmz.de" />
20
+ <target host="statistik.bmz.de" />
21
+ <target host="teamwork.bmz.de" />
22
+ <target host="twitter.bmz.de" />
23
+ <target host="youtube.bmz.de" />
24
25
+ <securecookie host=".+" name=".+" />
26
27
+ <rule from="^http:" to="https:" />
28
29
+</ruleset>
0 commit comments