[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] [https-everywhere/master 278/291] initial commit of DW and LJ rules
Author: Steve Huff <shuff@xxxxxxxxx>
Date: Thu, 28 Oct 2010 07:53:11 -0400
Subject: initial commit of DW and LJ rules
Commit: 0842644c3713184eae1266a3f3930e5b9f2c975d
---
src/chrome/content/rules/Dreamwidth.xml | 3 +++
src/chrome/content/rules/LiveJournal.xml | 3 +++
2 files changed, 6 insertions(+), 0 deletions(-)
create mode 100644 src/chrome/content/rules/Dreamwidth.xml
create mode 100644 src/chrome/content/rules/LiveJournal.xml
diff --git a/src/chrome/content/rules/Dreamwidth.xml b/src/chrome/content/rules/Dreamwidth.xml
new file mode 100644
index 0000000..026dc93
--- /dev/null
+++ b/src/chrome/content/rules/Dreamwidth.xml
@@ -0,0 +1,3 @@
+<ruleset name="Dreamwidth">
+ <rule from="^http://www.dreamwidth\.org(/?)" to="https://www.dreamwidth.org$1"/>
+</ruleset>
diff --git a/src/chrome/content/rules/LiveJournal.xml b/src/chrome/content/rules/LiveJournal.xml
new file mode 100644
index 0000000..85ff656
--- /dev/null
+++ b/src/chrome/content/rules/LiveJournal.xml
@@ -0,0 +1,3 @@
+<ruleset name="LiveJournal">
+ <rule from="^http://www.livejournal\.com(/?)" to="https://www.livejournal.com$1"/>
+</ruleset>
--
1.7.1