[HTTPS-E Rulesets] [PATCH] Add rule for serialist.net

Josh Triplett josh at joshtriplett.org
Sun Aug 21 12:48:50 PDT 2011


Redirect serialist.net and www to https://serialist.net/, and redirect
any other subdomain to the corresponding https subdomain.
---

You can either "git am" this mail, or pull from
git://joshtriplett.org/git/https-everywhere .

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

diff --git a/src/chrome/content/rules/Serialist.xml b/src/chrome/content/rules/Serialist.xml
new file mode 100644
index 0000000..e64850a
--- /dev/null
+++ b/src/chrome/content/rules/Serialist.xml
@@ -0,0 +1,7 @@
+<ruleset name="Serialist">
+  <target host="serialist.net" />
+  <target host="*.serialist.net" />
+
+  <rule from="^http://(www\.)?serialist\.net/" to="https://serialist.net/"/>
+  <rule from="^http://([^/:@]*)\.serialist\.net/" to="https://$1.serialist.net/" />
+</ruleset>
-- 
1.7.5.4




More information about the HTTPS-Everywhere-Rules mailing list