[HTTPS-E Rulesets] [PATCH] Add https rule for deb.li, the Debian short URL site

Paul Wise pabs3 at bonedaddy.net
Sun Nov 8 18:46:53 PST 2015


---
 src/chrome/content/rules/Deb.li.xml | 14 ++++++++++++++
 src/chrome/content/rules/Debian.xml |  1 +
 2 files changed, 15 insertions(+)
 create mode 100644 src/chrome/content/rules/Deb.li.xml

diff --git a/src/chrome/content/rules/Deb.li.xml b/src/chrome/content/rules/Deb.li.xml
new file mode 100644
index 0000000..d42e15e
--- /dev/null
+++ b/src/chrome/content/rules/Deb.li.xml
@@ -0,0 +1,14 @@
+<!--
+	For other Debian rulesets see Debian.xml
+-->
+<ruleset name="Deb.li">
+
+	<!--	Direct rewrites:
+				-->
+	<target host="deb.li" />
+	<target host="www.deb.li" />
+
+	<rule from="^http:"
+		to="https:" />
+
+</ruleset>
diff --git a/src/chrome/content/rules/Debian.xml b/src/chrome/content/rules/Debian.xml
index 5e6f3c2..69f54a0 100644
--- a/src/chrome/content/rules/Debian.xml
+++ b/src/chrome/content/rules/Debian.xml
@@ -6,6 +6,7 @@
 
 		- DebConf.org.xml
 		- Debian.net.xml
+		- Deb.li.xml
 
 
 	Nonfunctional domains:
-- 
2.6.2



More information about the HTTPS-Everywhere-Rules mailing list