[HTTPS-E Rulesets] [PATCH] Add rules for Ohloh

Josh Triplett josh at joshtriplett.org
Sun Aug 21 15:30:13 PDT 2011


Redirect all requests to https://www.ohloh.net/ , and mark all cookies
as secure.
---

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

I've reported the insecure cookies to Ohloh.

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

diff --git a/src/chrome/content/rules/Ohloh.xml b/src/chrome/content/rules/Ohloh.xml
new file mode 100644
index 0000000..46989fe
--- /dev/null
+++ b/src/chrome/content/rules/Ohloh.xml
@@ -0,0 +1,12 @@
+<ruleset name="Ohloh">
+  <target host="ohloh.net" />
+  <target host="www.ohloh.net" />
+  <target host="ohloh.com" />
+  <target host="www.ohloh.com" />
+  <target host="ohloh.org" />
+  <target host="www.ohloh.org" />
+
+  <securecookie host="^(.+\.)?ohloh\.(net|com|org)$" name=".*"/>
+
+  <rule from="^http://(www\.)?ohloh\.(net|com|org)/" to="https://www.ohloh.net/" />
+</ruleset>
-- 
1.7.5.4




More information about the HTTPS-Everywhere-Rules mailing list