Skip to content
This repository was archived by the owner on Nov 6, 2023. It is now read-only.

Commit b7b6862

Browse files
cschanajJ0WI
authored andcommitted
Re-activate, Rename and Update abma.de.xml (#10019)
1 parent 4feb79d commit b7b6862

File tree

2 files changed

+24
-23
lines changed

2 files changed

+24
-23
lines changed

src/chrome/content/rules/Abma.de.xml

Lines changed: 0 additions & 23 deletions
This file was deleted.
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)