--- src/chrome/content/rules/Smart-Mail.xml | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) create mode 100644 src/chrome/content/rules/Smart-Mail.xml
diff --git a/src/chrome/content/rules/Smart-Mail.xml b/src/chrome/content/rules/Smart-Mail.xml new file mode 100644 index 0000000..7623cfe --- /dev/null +++ b/src/chrome/content/rules/Smart-Mail.xml @@ -0,0 +1,8 @@ +<ruleset name="Smart-Mail"> + <target host="smart-mail.de" /> + <target host="www.smart-mail.de" /> + + <securecookie host="^(?:www\.)?smart-mail\.de$" name=".+" /> + + <rule from="^http://(?:www\.)?smart-mail\.de/" to="https://www.smart-mail.de/" /> +</ruleset> -- 1.7.3.4
