[HTTPS-E Rulesets] [PATCH] Add rule for Cupcake domains

Jonathan Rudenberg jonathan at titanous.com
Thu Sep 26 09:32:58 PDT 2013


---
src/chrome/content/rules/Cupcake.xml | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 src/chrome/content/rules/Cupcake.xml

diff --git a/src/chrome/content/rules/Cupcake.xml b/src/chrome/content/rules/Cupcake.xml
new file mode 100644
index 0000000..03aa17d
--- /dev/null
+++ b/src/chrome/content/rules/Cupcake.xml
@@ -0,0 +1,9 @@
+<ruleset name="Cupcake">
+  <target host="cupcake.io" />
+  <target host="*.cupcake.io" />
+  <target host="cupcake.is" />
+  <target host="*.cupcake.is" />
+
+  <rule from="^http://([\w-]+\.)?cupcake\.io/" to="https://$1cupcake.io/" />
+  <rule from="^http://([\w-]+\.)?cupcake\.is/" to="https://$1cupcake.is/" />
+</ruleset>
-- 
1.8.4

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 801 bytes
Desc: Message signed with OpenPGP using GPGMail
URL: <https://lists.eff.org/pipermail/https-everywhere-rules/attachments/20130926/75a262d8/attachment-0001.sig>


More information about the HTTPS-Everywhere-Rules mailing list