[HTTPS-E Rulesets] [PATCH 09/15] Add WebhostOne

Matthias-Christian Ott ott at mirix.org
Sun Dec 1 15:52:37 PST 2013


---
 src/chrome/content/rules/WebhostOne.xml |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)
 create mode 100644 src/chrome/content/rules/WebhostOne.xml

diff --git a/src/chrome/content/rules/WebhostOne.xml b/src/chrome/content/rules/WebhostOne.xml
new file mode 100644
index 0000000..7833b9a
--- /dev/null
+++ b/src/chrome/content/rules/WebhostOne.xml
@@ -0,0 +1,11 @@
+<ruleset name="WebhostOne">
+  <target host="webhostone.de" />
+  <target host="www.webhostone.de" />
+  <target host="kcc.webhostone.de" />
+  <target host="www.kcc.webhostone.de" />
+
+  <securecookie host="^(?:www\.)?(?:kcc\.)?webhostone\.de$" name=".+" />
+
+  <rule from="^http://(?:www\.)?webhostone\.de/" to="https://www.webhostone.de/" />
+  <rule from="^http://(?:www\.)?kcc\.webhostone\.de/" to="https://kcc.webhostone.de/" />
+</ruleset>
-- 
1.7.3.4



More information about the HTTPS-Everywhere-Rules mailing list