[Pkg-mozext-commits] [SCM] Packaging for https-everywhere branch, experimental, updated. debian/3.2-1

Daniel Kahn Gillmor dkg at fifthhorseman.net
Sun Apr 28 12:42:20 UTC 2013


The following commit has been merged in the experimental branch:
commit fb12f1abf8db6cdb23fd48861f86e27fc717595f
Author: Daniel Kahn Gillmor <dkg at fifthhorseman.net>
Date:   Thu Dec 2 03:00:19 2010 -0500

    added a few network infrastructure providers

diff --git a/src/chrome/content/rules/Dotster.xml b/src/chrome/content/rules/Dotster.xml
new file mode 100644
index 0000000..23eafb8
--- /dev/null
+++ b/src/chrome/content/rules/Dotster.xml
@@ -0,0 +1,7 @@
+<ruleset name="Dotster">
+  <target host="dotster.com" />
+  <target host="*.dotster.com" />
+
+  <rule from="^http://dotster\.com/" to="https://dotster.com/"/>
+  <rule from="^http://([^/:@]*)\.dotster\.com/" to="https://$1.dotster.com/"/>
+</ruleset>
diff --git a/src/chrome/content/rules/HurricaneElectric.xml b/src/chrome/content/rules/HurricaneElectric.xml
new file mode 100644
index 0000000..8d4aed3
--- /dev/null
+++ b/src/chrome/content/rules/HurricaneElectric.xml
@@ -0,0 +1,11 @@
+<ruleset name="HurricaneElectric">
+  <target host="he.net" />
+  <target host="*.he.net" />
+  <target host="tunnelbroker.net" />
+  <target host="*.tunnelbroker.net" />
+
+  <rule from="^http://he\.net/" to="https://he.net/"/>
+  <rule from="^http://([^/:@]*)\.he\.net/" to="https://$1.he.net/"/>
+  <rule from="^http://tunnelbroker\.net/" to="https://tunnelbroker.net/"/>
+  <rule from="^http://([^/:@]*)\.tunnelbroker\.net/" to="https://$1.tunnelbroker.net/"/>
+</ruleset>
diff --git a/src/chrome/content/rules/Joker.xml b/src/chrome/content/rules/Joker.xml
new file mode 100644
index 0000000..c7e7ef7
--- /dev/null
+++ b/src/chrome/content/rules/Joker.xml
@@ -0,0 +1,6 @@
+<ruleset name="Joker">
+  <target host="*.joker.com" />
+  <target host="joker.com" />
+
+  <rule from="^http://([^/:@]*\.)?joker\.com/" to="https://$1joker.com/"/>
+</ruleset>

-- 
Packaging for https-everywhere



More information about the Pkg-mozext-commits mailing list