Skip to content

Commit 62a0687

Browse files
author
MB
committed
Floek.net
1 parent 1924170 commit 62a0687

1 file changed

Lines changed: 35 additions & 0 deletions

File tree

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
<!--
2+
Problematic domains:
3+
4+
- binefreund.de (shows schwimm)
5+
- www.binefreund.de *
6+
- floek.net *
7+
8+
* Mismatched, CN: schwimm.binefreund.de
9+
10+
11+
Mixed content:
12+
13+
- Web bug from $self *
14+
15+
* Secured by us
16+
17+
-->
18+
<ruleset name="Floek.net">
19+
20+
<target host="binefreund.de" />
21+
<target host="*.binefreund.de" />
22+
<target host="floek.net" />
23+
<target host="www.floek.net" />
24+
25+
26+
<securecookie host="^www\.floek\.net$" name=".+" />
27+
28+
29+
<rule from="^http://(?:www\.)?(?:binefreund\.de|floek\.net)/"
30+
to="https://www.floek.net/" />
31+
32+
<rule from="^http://schwimm\.binefreund\.de/"
33+
to="https://schwimm.binefreund.de/" />
34+
35+
</ruleset>

0 commit comments

Comments
 (0)