Author: Seth Schoen <[email protected]> Date: Fri, 8 Oct 2010 17:51:21 -0700 Subject: user-contributed rule for Reddit Commit: 86928631f0fd07d58628890db6851f05db721dc8
--- src/chrome/content/rules/Reddit.xml | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) create mode 100644 src/chrome/content/rules/Reddit.xml diff --git a/src/chrome/content/rules/Reddit.xml b/src/chrome/content/rules/Reddit.xml new file mode 100644 index 0000000..08737db --- /dev/null +++ b/src/chrome/content/rules/Reddit.xml @@ -0,0 +1,8 @@ +<!-- There's a concern that this rule produces a spurious error when users + log in because Firefox wrongly thinks that the login information will + be submitted to an unencrypted destination. --> + +<ruleset name="Reddit"> + <rule from="^http://(www\.)?reddit\.com/" to="https://www.reddit.com/"/> +</ruleset> + -- 1.7.1
