[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] [https-everywhere/master 027/291] user-contributed rule for blacknight.com
Author: Seth Schoen <schoen@xxxxxxx>
Date: Fri, 8 Oct 2010 16:48:57 -0700
Subject: user-contributed rule for blacknight.com
Commit: cda525660bc81fd7d16b543a054a9a92b21daa7b
---
src/chrome/content/rules/BlackNight.xml | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
create mode 100644 src/chrome/content/rules/BlackNight.xml
diff --git a/src/chrome/content/rules/BlackNight.xml b/src/chrome/content/rules/BlackNight.xml
new file mode 100644
index 0000000..2431e5d
--- /dev/null
+++ b/src/chrome/content/rules/BlackNight.xml
@@ -0,0 +1,6 @@
+<ruleset name="Black Night">
+ <!-- most subdomains for blacknight.com will not work as they use invalid
+ certs, .ie instead of .com. blacknight.ie is reserved for customer
+ logins -->
+ <rule from="^http://(www\.)?blacknight\.com/" to="https://www.blacknight.com/"/>
+</ruleset>
--
1.7.1