[HTTPS-E Rulesets] [PATCH 1/6] [InterNetworX] Add international sites

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


---
 src/chrome/content/rules/InterNetworX.xml |   15 +++++++++++++--
 1 files changed, 13 insertions(+), 2 deletions(-)

diff --git a/src/chrome/content/rules/InterNetworX.xml b/src/chrome/content/rules/InterNetworX.xml
index 54500c5..82631ad 100644
--- a/src/chrome/content/rules/InterNetworX.xml
+++ b/src/chrome/content/rules/InterNetworX.xml
@@ -1,8 +1,19 @@
 <ruleset name="InterNetworX">
+  <target host="*.inwx.at" />
+  <target host="inwx.at" />
+  <target host="*.inwx.ch" />
+  <target host="inwx.ch" />
+  <target host="*.inwx.com" />
+  <target host="inwx.com" />
   <target host="*.inwx.de" />
   <target host="inwx.de" />
+  <target host="*.inwx.es" />
+  <target host="inwx.es" />
+  <target host="*.inwx.net" />
+  <target host="inwx.net" />
 
-  <securecookie host="^(.*\.)?inwx\.de$" name=".*" />
+  <securecookie host="^(.*\.)?inwx\.(?:at|ch|com|de|es|net)$" name=".*" />
 
-  <rule from="^http://(?:www\.)?inwx\.de/" to="https://www.inwx.de/" />
+  <rule from="^http://(?:www\.)?inwx\.(at|ch|de|es)/" to="https://www.inwx.$1/" />
+  <rule from="^http://(?:www\.)?inwx\.(?:com|net)/" to="https://www.inwx.com/" />
 </ruleset>
-- 
1.7.3.4





More information about the HTTPS-Everywhere-Rules mailing list