[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] [https-everywhere/master 2/2] Revert inadvertent deletion of Microsoft
Author: Peter Eckersley <pde@xxxxxxx>
Date: Fri, 15 Oct 2010 17:06:30 -0700
Subject: Revert inadvertent deletion of Microsoft
Commit: 45c05ea2c1c348a6c487ddfa2707bd9b4b8fc7cc
---
src/chrome/content/rules/Microsoft.xml | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
create mode 100644 src/chrome/content/rules/Microsoft.xml
diff --git a/src/chrome/content/rules/Microsoft.xml b/src/chrome/content/rules/Microsoft.xml
new file mode 100644
index 0000000..5a63396
--- /dev/null
+++ b/src/chrome/content/rules/Microsoft.xml
@@ -0,0 +1,4 @@
+<ruleset name="Microsoft">
+ <rule from="^http://(www\.)?microsoft\.com" to="https://www.microsoft.com"/>
+ <rule from="^http://(office|office2010|store)\.microsoft\.com" to="https://$1.microsoft.com"/>
+</ruleset>
--
1.7.1