[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] [https-everywhere/master 109/291] iuser-contributed rule for Safari Books Online
Author: Seth Schoen <schoen@xxxxxxx>
Date: Fri, 8 Oct 2010 17:51:30 -0700
Subject: iuser-contributed rule for Safari Books Online
Commit: 95663938a05c728d50010131dc85e695bae37d34
---
src/chrome/content/rules/SafariBooksOnline.xml | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
create mode 100644 src/chrome/content/rules/SafariBooksOnline.xml
diff --git a/src/chrome/content/rules/SafariBooksOnline.xml b/src/chrome/content/rules/SafariBooksOnline.xml
new file mode 100644
index 0000000..0acb28c
--- /dev/null
+++ b/src/chrome/content/rules/SafariBooksOnline.xml
@@ -0,0 +1,6 @@
+<ruleset name="Safari Books Online">
+ <rule from="^http://my\.safaribooksonline\.com/login$"
+ to="https://ssl.safaribooksonline.com/securelogin"/>
+ <rule from="^http://www.safaribooksonline\.com/Corporate/Index/logIn.php$"
+ to="https://ssl.safaribooksonline.com/securelogin"/>
+</ruleset>
--
1.7.1