[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] [https-everywhere/master 061/291] user-contributed rule for GoDaddy
Author: Seth Schoen <schoen@xxxxxxx>
Date: Fri, 8 Oct 2010 17:38:37 -0700
Subject: user-contributed rule for GoDaddy
Commit: 556cb43987bf5f914a7010dd0a8da9848cdc2490
---
src/chrome/content/rules/GoDaddy.xml | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
create mode 100644 src/chrome/content/rules/GoDaddy.xml
diff --git a/src/chrome/content/rules/GoDaddy.xml b/src/chrome/content/rules/GoDaddy.xml
new file mode 100644
index 0000000..5de38c4
--- /dev/null
+++ b/src/chrome/content/rules/GoDaddy.xml
@@ -0,0 +1,5 @@
+<ruleset name="GoDaddy">
+ <rule from="^http://(www\.)?godaddy\.com/" to="https://www.godaddy.com/"/>
+ <rule from="^http://(www\.)?godaddymobile\.com/" to="https://www.godaddymobile.com/"/>
+ <rule from="^http://(community|shops|who)\.godaddy\.com/" to="https://$1.godaddy.com/"/>
+</ruleset>
--
1.7.1