Skip to content
This repository has been archived by the owner on Nov 6, 2023. It is now read-only.

Update EarthLink.xml #10804

Merged
merged 2 commits into from
Jul 25, 2017
Merged
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
51 changes: 32 additions & 19 deletions src/chrome/content/rules/EarthLink.xml
Original file line number Diff line number Diff line change
@@ -1,36 +1,49 @@
<ruleset name="EarthLink (partial)" default_off="Breaks certain pop-up content (such as the &quot;Find Internet access numbers&quot; option at [http://www.earthlink.net/membercenter/gethelp.faces])">
<!-- Another possible problem is the use of the "Call Me" function (next to the "Chat Now" function) at a page such as [http://www.earthlink.net/software/staysafe.faces?tab=norton360]. This function
displays a popup with the two options, "Live Sales Agent" and "Live Support Agent." Clicking on one of these options produces another popup which may be broken with regard to not including all of
its content. -->
<target host="earthlink.biz" />
<target host="www.earthlink.biz" />
<target host="earthlink.net" />
<target host="webmail.atl.earthlink.net" />
<!--
default_off (1): Breaks certain pop-up content, such as
the "Find Internet access numbers" option at

http://www.earthlink.net/membercenter/gethelp.faces


default_off (2): Another possible problem is the use of the "Call Me"
function (next to the "Chat Now" function) at a page such as

http://www.earthlink.net/software/staysafe.faces?tab=norton360

This function displays a popup with the two
options, "Live Sales Agent" and "Live Support Agent". Clicking
on one of these options produce another popup which might be
broken with regard to not including all of its content.


Non-functional hosts
Timeout was reached:
- earthlink.net

Incomplete certificate chain error:
- earthlink.biz
- www.earthlink.biz
- webmail.atl.earthlink.net
- myvoice.earthlink.net
- www.myvoice.earthlink.net
- store.earthlink.net
-->
<ruleset name="EarthLink (partial)" default_off="other">
<target host="cc.earthlink.net" />
<target host="control.earthlink.net" />
<target host="hosting.earthlink.net" />
<target host="webmail.hosting.earthlink.net" />
<target host="myaccount.earthlink.net" />
<target host="www.myaccount.earthlink.net" />
<target host="myvoice.earthlink.net" />
<target host="www.myvoice.earthlink.net" />
<target host="netstatus.earthlink.net" />
<target host="orderstatus.earthlink.net" />
<target host="www.orderstatus.earthlink.net" />
<target host="store.earthlink.net" />
<target host="support.earthlink.net" />
<target host="www.support.earthlink.net" />
<target host="webmail.earthlink.net" />
<target host="m.webmail.earthlink.net" />
<target host="www.webmail.earthlink.net" />
<target host="www.earthlink.net" />

<exclusion pattern="^http://(?:www\.)?earthlink\.net/software/.+" />
<exclusion pattern="^http://(?:www\.)?earthlink\.net/membercenter/.+" />

<rule from="^(?:http://(?:www\.)?|https://)earthlink\.biz/" to="https://www.earthlink.biz/" />

<rule from="^http://earthlink\.net/" to="https://www.earthlink.net/" />
<rule from="^http://((webmail\.atl)|cc|control|(webmail\.)?hosting|netstatus|store|(m\.webmail)|www)\.earthlink\.net/" to="https://$1.earthlink.net/" />
<rule from="^((http://(www\.)?)|(https://www\.))(myaccount|myvoice|orderstatus|support|webmail)\.earthlink\.net/" to="https://$5.earthlink.net/" />
<rule from="^http:" to="https:" />
</ruleset>