Skip to content

Commit 5549c02

Browse files
Jochen-A-FuerbacherJ0WI
authored andcommitted
Added ruleset for bundesfinanzhof.de (EFForg#15561)
* Added ruleset for bundesfinanzhof.de * Added comment. * SecureCookie * Moved comment
1 parent 75bc546 commit 5549c02

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<!-- Federal Fiscal Court -->
2+
<ruleset name="Bundesfinanzhof.de">
3+
4+
<target host="bundesfinanzhof.de" />
5+
<target host="www.bundesfinanzhof.de" />
6+
<target host="juris.bundesfinanzhof.de" />
7+
8+
<securecookie host=".+" name=".+" />
9+
10+
<!-- Invalid certificate on https://bundesfinanzhof.de/,
11+
http://bundesfinanzhof.de/ redirects to https://www.bundesfinanzhof.de/ -->
12+
<rule from="^http://bundesfinanzhof\.de/"
13+
to="https://www.bundesfinanzhof.de/" />
14+
15+
<rule from="^http:" to="https:" />
16+
17+
</ruleset>

0 commit comments

Comments
 (0)