[HTTPS-E Rulesets] [PATCH] Add a rule for the Warzone 2100 website

Paul Wise pabs3 at bonedaddy.net
Sun Feb 19 17:27:24 PST 2012


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

diff --git a/src/chrome/content/rules/Warzone2100.xml b/src/chrome/content/rules/Warzone2100.xml
new file mode 100644
index 0000000..c0032be
--- /dev/null
+++ b/src/chrome/content/rules/Warzone2100.xml
@@ -0,0 +1,6 @@
+<ruleset name="Warzone2100" default_off="CACert">
+  <target host="wz2100.net" />
+  <target host="*.wz2100.net" />
+  <rule from="^http://wz2100\.net/" to="https://www.wz2100.net/"/>
+  <rule from="^http://([^/:@\.]+)\.wz2100\.net/" to="https://$1.wz2100.net/"/>
+</ruleset>
-- 
1.7.9




More information about the HTTPS-Everywhere-Rules mailing list