[HTTPS-E Rulesets] [PATCH] Add rule for MirBSD

Josh Triplett josh at joshtriplett.org
Sun Aug 21 16:12:28 PDT 2011


---

Available either by "git am"ing this mail or by pulling from
git://joshtriplett.org/git/https-everywhere .

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

diff --git a/src/chrome/content/rules/MirBSD.xml b/src/chrome/content/rules/MirBSD.xml
new file mode 100644
index 0000000..6b92474
--- /dev/null
+++ b/src/chrome/content/rules/MirBSD.xml
@@ -0,0 +1,6 @@
+<ruleset name="MirBSD">
+  <target host="mirbsd.org" />
+  <target host="www.mirbsd.org" />
+
+  <rule from="^http://(www\.)?mirbsd\.org/" to="https://www.mirbsd.org/" />
+</ruleset>
-- 
1.7.5.4




More information about the HTTPS-Everywhere-Rules mailing list