Author: Seth Schoen <[email protected]> Date: Fri, 8 Oct 2010 16:49:37 -0700 Subject: user-contributed rule for boards.ie Commit: 6c73ef38688bdc8e295e66a8e91549b603db0186
--- src/chrome/content/rules/Boards.ie.xml | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) create mode 100644 src/chrome/content/rules/Boards.ie.xml diff --git a/src/chrome/content/rules/Boards.ie.xml b/src/chrome/content/rules/Boards.ie.xml new file mode 100644 index 0000000..78ce59e --- /dev/null +++ b/src/chrome/content/rules/Boards.ie.xml @@ -0,0 +1,5 @@ +<ruleset name="Boards.ie"> + <!-- updated to include subdomains --> + <rule from="^http://boards\.ie/" to="https://boards.ie/"/> + <rule from="^http://([^/:@]*)\.boards\.ie/" to="https://$1.boards.ie/"/> +</ruleset> -- 1.7.1
