Skip to content
This repository was archived by the owner on Nov 6, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,15 @@
For other Wizard Internet Services coverage, see Wizard-Internet-Services.xml.

-->
<ruleset name="City Mail">
<ruleset name="CityEmail.com">

<target host="cityemail.com" />
<target host="www.cityemail.com" />


<securecookie host="^(?:www\.)?cityemail\.com$" name=".+" />
<securecookie host=".+" name=".+" />


<rule from="^http://(www\.)?cityemail\.com/"
to="https://$1cityemail.com/" />
<rule from="^http:" to="https:" />

</ruleset>
16 changes: 5 additions & 11 deletions src/chrome/content/rules/Wizard-Internet-Services.xml
Original file line number Diff line number Diff line change
@@ -1,26 +1,20 @@
<!--
Other Wizard Internet Services rulesets:

- City-Mail.xml
+ CityEmail.com.xml


Nonfunctional subdomains:

- (www.)
- hosting (rx_record_too_long)
- wizard.ca
- www.wizard.ca
- mail.wizard.ca

-->
<ruleset name="Wizard Internet Services (partial)">

<target host="mail.wizard.ca" />
<target host="secure.wizard.ca" />


<!-- Cert mismatch, redirects like so.
-->
<rule from="^http://mail\.wizard\.ca/"
to="https://www.cityemail.com/" />

<target host="hosting.wizard.ca" />

<rule from="^http:" to="https:" />
</ruleset>