[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] [https-everywhere/master 283/291] default off for Dreamwidth, Livejournal
Author: Seth Schoen <schoen@xxxxxxx>
Date: Fri, 29 Oct 2010 12:45:38 -0700
Subject: default off for Dreamwidth, Livejournal
Commit: 7d36951fe588c4139e1ffda7372b0a99b793de51
---
src/chrome/content/rules/Dreamwidth.xml | 2 +-
src/chrome/content/rules/LiveJournal.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/chrome/content/rules/Dreamwidth.xml b/src/chrome/content/rules/Dreamwidth.xml
index 2a29cf0..5135d9d 100644
--- a/src/chrome/content/rules/Dreamwidth.xml
+++ b/src/chrome/content/rules/Dreamwidth.xml
@@ -2,6 +2,6 @@
this rule protects login passwords but prevents the user from reading
other users' journals! -->
-<ruleset name="Dreamwidth">
+<ruleset name="Dreamwidth" default_off="breaks for non-logged-in users">
<rule from="^http://(?:www\.)?dreamwidth\.org/" to="https://www.dreamwidth.org/"/>
</ruleset>
diff --git a/src/chrome/content/rules/LiveJournal.xml b/src/chrome/content/rules/LiveJournal.xml
index 8dc8948..0fcd9b1 100644
--- a/src/chrome/content/rules/LiveJournal.xml
+++ b/src/chrome/content/rules/LiveJournal.xml
@@ -2,6 +2,6 @@
this rule protects login passwords but prevents the user from reading
other users' journals! -->
-<ruleset name="LiveJournal">
+<ruleset name="LiveJournal" default_off="breaks for non-logged-in users">
<rule from="^http://(?:www\.)?livejournal\.com/" to="https://www.livejournal.com/"/>
</ruleset>
--
1.7.1