[HTTPS-E Rulesets] [PATCH 2/6] [Sipgate] Add subdomains and simquadrat

Matthias-Christian Ott ott at mirix.org
Thu Aug 1 10:02:50 PDT 2013


---
 src/chrome/content/rules/Sipgate.xml |   13 +++++++++----
 1 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/src/chrome/content/rules/Sipgate.xml b/src/chrome/content/rules/Sipgate.xml
index ed2633c..a324dce 100644
--- a/src/chrome/content/rules/Sipgate.xml
+++ b/src/chrome/content/rules/Sipgate.xml
@@ -1,10 +1,15 @@
 <ruleset name="Sipgate" platform="mixedcontent">
   <target host="sipgate.at" />
-  <target host="www.sipgate.at" />
-  <target host="secure.sipgate.at" />
+  <target host="*.sipgate.at" />
   <target host="sipgate.co.uk" />
-  <target host="www.sipgate.co.uk" />
-  <target host="secure.sipgate.co.uk" />
+  <target host="*.sipgate.co.uk" />
+  <target host="sipgate.de" />
+  <target host="*.sipgate.de" />
+  <target host="simquadrat.de" />
+  <target host="www.simquadrat.de" />
 
   <rule from="^http://(?:(?:www|secure)\.)?sipgate\.(at|co\.uk)/" to="https://secure.sipgate.$1/"/>
+  <rule from="^http://(?:secure\.)?live.sipgate\.(de|at|co\.uk)/" to="https://secure.live.sipgate.$1/"/>
+  <rule from="^http://(?:www\.)?go.sipgate\.de/" to="https://go.sipgate.de/"/>
+  <rule from="^http://(?:www\.)?simquadrat\.de/" to="https://simquadrat.de/"/>
 </ruleset>
-- 
1.7.3.4





More information about the HTTPS-Everywhere-Rules mailing list