Skip to content

Commit

Permalink
Added ruleset for nachdenkseiten.de
Browse files Browse the repository at this point in the history
  • Loading branch information
BlauerHunger authored May 15, 2017
1 parent dc4d661 commit dc82232
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions src/chrome/content/rules/Nachdenkseiten.de.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<!--
Nonfunctional hosts in *.nachdenkseiten.de:
h: http redirect
m: certificate mismatch
r: connection refused
s: self-signed certificate
t: timeout on https
-->
<ruleset name="Nachdenkseiten.de">
<target host="nachdenkseiten.de" />
<target host="www.nachdenkseiten.de" />

<rule from="^http:" to="https:" />

<securecookie host="nachdenkseiten.de" />
</ruleset>

0 comments on commit dc82232

Please sign in to comment.