Author: Seth Schoen <[email protected]> Date: Fri, 8 Oct 2010 17:55:20 -0700 Subject: user-contributed rule for What.CD Commit: 1389b9623755b24030ccc89826642ba767ebb90f
--- src/chrome/content/rules/WhatCD.xml | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) create mode 100644 src/chrome/content/rules/WhatCD.xml diff --git a/src/chrome/content/rules/WhatCD.xml b/src/chrome/content/rules/WhatCD.xml new file mode 100644 index 0000000..fcf3e92 --- /dev/null +++ b/src/chrome/content/rules/WhatCD.xml @@ -0,0 +1,5 @@ +<ruleset name="WhatCD"> + + <rule from="^http://(www\.)?what\.cd/$" to="https://ssl.what.cd/"/> + +</ruleset> -- 1.7.1
