There was an error while loading. Please reload this page.
1 parent 4feb79d commit b7b6862Copy full SHA for b7b6862
2 files changed
src/chrome/content/rules/Abma.de.xml
src/chrome/content/rules/abma.de.xml
@@ -0,0 +1,24 @@
1
+<!--
2
+ Non-functional hosts
3
+ Couldn't connect to server:
4
+ - mail.abma.de
5
+
6
+ SSL peer certificate was not OK:
7
+ - www.abma.de
8
9
+ Peer certificate cannot be authenticated with given CA certificates:
10
+ - ssl.abma.de
11
+-->
12
+<ruleset name="abma.de">
13
+ <target host="abma.de" />
14
+ <target host="www.abma.de" />
15
+ <target host="ssl.abma.de" />
16
17
+ <securecookie host=".+" name=".+" />
18
19
+ <rule from="^http://(www\.|ssl\.)abma\.de/"
20
+ to="https://abma.de/" />
21
22
+ <rule from="^http:"
23
+ to="https:" />
24
+</ruleset>
0 commit comments