Also on https://github.com/pjump/https-everywhere

>From e25508f5db579695a3d2a12ae626ffd6bbf7743a Mon Sep 17 00:00:00 2001
From: Petr Skocik <[email protected]>
Date: Tue, 15 Oct 2013 21:02:38 +0200
Subject: [PATCH 1/2] centrum.cz

---
 src/chrome/content/rules/Centrum.cz.xml | 6 ++++++
 1 file changed, 6 insertions(+)
 create mode 100644 src/chrome/content/rules/Centrum.cz.xml

diff --git a/src/chrome/content/rules/Centrum.cz.xml b/src/chrome/content/rules/Centrum.cz.xml
new file mode 100644
index 0000000..13e2279
--- /dev/null
+++ b/src/chrome/content/rules/Centrum.cz.xml
@@ -0,0 +1,6 @@
+<ruleset name="Centrum.cz">
+  <target host="centrum.cz" />
+  <target host="www.centrum.cz" />
+
+  <rule from="^http://(www\.)?centrum\.cz/" to="https://www.centrum.cz/"; />
+</ruleset>
-- 
1.8.4

>From b3c875917aa49433aa74eca5f0ded0cf4adda545 Mon Sep 17 00:00:00 2001
From: Petr Skocik <[email protected]>
Date: Tue, 15 Oct 2013 21:02:58 +0200
Subject: [PATCH 2/2] seznam.cz

---
 src/chrome/content/rules/Seznam.cz.xml | 6 ++++++
 1 file changed, 6 insertions(+)
 create mode 100644 src/chrome/content/rules/Seznam.cz.xml

diff --git a/src/chrome/content/rules/Seznam.cz.xml b/src/chrome/content/rules/Seznam.cz.xml
new file mode 100644
index 0000000..ff559b3
--- /dev/null
+++ b/src/chrome/content/rules/Seznam.cz.xml
@@ -0,0 +1,6 @@
+<ruleset name="Seznam.cz">
+  <target host="seznam.cz" />
+  <target host="www.seznam.cz" />
+
+  <rule from="^http://(www\.)?seznam\.cz/" to="https://www.seznam.cz/"; />
+</ruleset>
-- 
1.8.4

Reply via email to