[or-cvs] [https-everywhere/master 203/291] New rules for ietf.org and rfc-editor.org
schoen at torproject.org
schoen at torproject.org
Sat Oct 30 00:32:42 UTC 2010
Author: Mike Cardwell <github at grepular.com>
Date: Sat, 16 Oct 2010 21:32:46 +0100
Subject: New rules for ietf.org and rfc-editor.org
Commit: 4ed33373b505f3834fd2f4fcc308cf7203139a79
---
src/chrome/content/rules/IETF.xml | 4 ++++
src/chrome/content/rules/RFC-Editor.xml | 3 +++
2 files changed, 7 insertions(+), 0 deletions(-)
create mode 100644 src/chrome/content/rules/IETF.xml
create mode 100644 src/chrome/content/rules/RFC-Editor.xml
diff --git a/src/chrome/content/rules/IETF.xml b/src/chrome/content/rules/IETF.xml
new file mode 100644
index 0000000..9c4a62b
--- /dev/null
+++ b/src/chrome/content/rules/IETF.xml
@@ -0,0 +1,4 @@
+<ruleset name="IETF">
+ <rule from="^http://(www\.)?ietf\.org/" to="https://www.ietf.org/"/>
+ <rule from="^http://(tools|datatracker)\.ietf\.org/" to="https://$1.ietf.org/"/>
+</ruleset>
diff --git a/src/chrome/content/rules/RFC-Editor.xml b/src/chrome/content/rules/RFC-Editor.xml
new file mode 100644
index 0000000..616a482
--- /dev/null
+++ b/src/chrome/content/rules/RFC-Editor.xml
@@ -0,0 +1,3 @@
+<ruleset name="RFC-Editor">
+ <rule from="^http://(www\.)?rfc-editor\.org/" to="https://www.rfc-editor.org/"/>
+</ruleset>
--
1.7.1
More information about the tor-commits
mailing list