[HTTPS-E Rulesets] [PATCH 3/7] Add uVPN

Matthias-Christian Ott ott at mirix.org
Fri Aug 2 03:22:08 PDT 2013


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

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





More information about the HTTPS-Everywhere-Rules mailing list