[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] [https-everywhere/master 186/291] Include dropbox.com as well as *.dropbox.com
Author: Mike Cardwell <github@xxxxxxxxxxxx>
Date: Wed, 13 Oct 2010 21:10:18 +0100
Subject: Include dropbox.com as well as *.dropbox.com
Commit: 4e5dbe1efdd5840a4ad82f2294ad688b14be7877
---
src/chrome/content/rules/Dropbox.xml | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/chrome/content/rules/Dropbox.xml b/src/chrome/content/rules/Dropbox.xml
index 28b82fc..96d77e1 100644
--- a/src/chrome/content/rules/Dropbox.xml
+++ b/src/chrome/content/rules/Dropbox.xml
@@ -1,3 +1,4 @@
<ruleset name="Dropbox">
+ <rule from="^http://dropbox\.com/" to="https://www.dropbox.com/"/>
<rule from="^http://([^/:@]+)\.dropbox\.com/" to="https://$1.dropbox.com/"/>
</ruleset>
--
1.7.1