Author: Seth Schoen <[email protected]> Date: Sun, 17 Oct 2010 12:27:01 -0700 Subject: user-contributed rule for the Linux Foundation Commit: 638f2b0382da533e45c78780602d2d23c141c8cc
--- src/chrome/content/rules/LinuxFoundation.xml | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) create mode 100644 src/chrome/content/rules/LinuxFoundation.xml diff --git a/src/chrome/content/rules/LinuxFoundation.xml b/src/chrome/content/rules/LinuxFoundation.xml new file mode 100644 index 0000000..f14f092 --- /dev/null +++ b/src/chrome/content/rules/LinuxFoundation.xml @@ -0,0 +1,4 @@ +<ruleset name="LinuxFoundation"> + <rule from="^http://([^/:@]*)\.linuxfoundation\.org/" to="https://$1.linuxfoundation.org/"/> +</ruleset> + -- 1.7.1
