[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] [https-everywhere/master 229/291] exclude ^http://www\.microsoft\.com/security/ isn't it ironic?
Author: Seth Schoen <schoen@xxxxxxx>
Date: Mon, 18 Oct 2010 12:08:32 -0700
Subject: exclude ^http://www\.microsoft\.com/security/
Commit: ca589bab770d818a4d5d633ee9ccf470144c4e6b
---
src/chrome/content/rules/Microsoft.xml | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/chrome/content/rules/Microsoft.xml b/src/chrome/content/rules/Microsoft.xml
index c31e209..d52a6d5 100644
--- a/src/chrome/content/rules/Microsoft.xml
+++ b/src/chrome/content/rules/Microsoft.xml
@@ -1,4 +1,5 @@
<ruleset name="Microsoft">
+ <exclusion pattern="^http://www\.microsoft\.com/security/" />
<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