Skip to content
This repository was archived by the owner on Nov 6, 2023. It is now read-only.
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 14 additions & 7 deletions src/chrome/content/rules/Kabelkiosk.de.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
<!--
Disabled by https-everywhere-checker because:
Fetch error: http://www.kabelkiosk.de/ => https://www.kabelkiosk.de/: (60, 'SSL certificate problem: unable to get local issuer certificate')
Fetch error: http://kabelkiosk.de/ => https://www.kabelkiosk.de/: (60, 'SSL certificate problem: unable to get local issuer certificate')
Non-functional subdomains:
- $
-->
<ruleset name="Kabelkiosk.de" platform="mixedcontent" default_off='failed ruleset test'>
<target host="www.kabelkiosk.de"/>
<target host="kabelkiosk.de"/>
<rule from="^http://(?:www\.)?kabelkiosk\.de/" to="https://www.kabelkiosk.de/"/>
<ruleset name="kabelkiosk.de">
<target host="kabelkiosk.de" />
<target host="www.kabelkiosk.de" />

<securecookie host="^(www\.)?kabelkiosk\.de$" name=".+" />

<!-- redirect $ to www subdomain -->
<rule from="^http(s)?://kabelkiosk.de/"
to="https://www.kabelkiosk.de/" />

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