[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:40:56 UTC 2013
The following commit has been merged in the experimental branch:
commit c87c910b5476a475a7f4543acf6a983e47f33122
Author: Daniel Kahn Gillmor <dkg at fifthhorseman.net>
Date: Tue Oct 26 21:52:15 2010 -0400
rename StartSSL.xml to StartCom.xml, update rule to include all StartCom, Ltd. web sites as suggested by Eddy Nigg
diff --git a/src/chrome/content/rules/StartCom.xml b/src/chrome/content/rules/StartCom.xml
new file mode 100644
index 0000000..2025e72
--- /dev/null
+++ b/src/chrome/content/rules/StartCom.xml
@@ -0,0 +1,4 @@
+<ruleset name="StartCom">
+ <rule from="^http://(.*\.)?startssl\.(com|net|org)/" to="https://$1startssl.$2/"/>
+ <rule from="^http://(.*\.)?startcom\.org/" to="https://$1startcom.org/"/>
+</ruleset>
diff --git a/src/chrome/content/rules/StartSSL.xml b/src/chrome/content/rules/StartSSL.xml
deleted file mode 100644
index d69f1ae..0000000
--- a/src/chrome/content/rules/StartSSL.xml
+++ /dev/null
@@ -1,3 +0,0 @@
-<ruleset name="StartSSL">
- <rule from="^http://(www\.)?startssl\.com/" to="https://$1startssl.com/"/>
-</ruleset>
--
Packaging for https-everywhere
More information about the Pkg-mozext-commits
mailing list