Author: Seth Schoen <[email protected]> Date: Fri, 8 Oct 2010 17:05:44 -0700 Subject: user-contributed rule for ESB.ie Commit: 0f4c9a86cbda186d1bf11936d3aa440c932451f7
--- src/chrome/content/rules/ESB.ie.xml | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) create mode 100644 src/chrome/content/rules/ESB.ie.xml diff --git a/src/chrome/content/rules/ESB.ie.xml b/src/chrome/content/rules/ESB.ie.xml new file mode 100644 index 0000000..99dc0a2 --- /dev/null +++ b/src/chrome/content/rules/ESB.ie.xml @@ -0,0 +1,5 @@ +<ruleset name="ESB.ie"> + <rule from="^http://(www\.)?esb\.ie/" to="https://www.esb.ie/"/> + <rule from="^http://(www\.)?esbie\.ie/" to="https://$1esbie.ie/"/> + <!-- esbi.ie and esbtelecoms.ie have no ssl support at this time --> +</ruleset> -- 1.7.1
