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
50 changes: 42 additions & 8 deletions src/chrome/content/rules/MyComputer.com.xml
Original file line number Diff line number Diff line change
@@ -1,20 +1,54 @@
<!--
For other Network Solutions coverage, see Network-Solutions.xml.


Nonfunctional subdomains:

a (hostname mismatch, CN: a248.e.akamai.net)
sa (hostname mismatch, CN: a248.e.akamai.net)
mail (timeout)
siteminer (timeout)
ppctool (timeout)
phoenix-adrunner (timeout)
405f42d2.chi (connection refused)

www.guestbook
www.counter
www.bannerexchange
www.boardserver
www.superstats
^: cert only matches *.mycomputer.com

-->
<ruleset name="MyComputer.com">

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


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

<rule from="^http://watchdog\.mycomputer\.com/"
to="https://watchdog.mycomputer.com/" />
<target host="123counter.mycomputer.com" />
<target host="bannerexchange.mycomputer.com" />
<target host="boardserver.mycomputer.com" />
<target host="code-adrunner.mycomputer.com" />
<target host="code-mc-adrunner.mycomputer.com" />
<target host="counter.mycomputer.com" />
<target host="domains.mycomputer.com" />
<target host="enterprise.mycomputer.com" />
<target host="ezpolls.mycomputer.com" />
<target host="guestbook.mycomputer.com" />
<target host="iclicks.mycomputer.com" />
<target host="linkcount.mycomputer.com" />
<target host="media-adrunner.mycomputer.com" />
<target host="media-mc-adrunner.mycomputer.com" />
<target host="new.mycomputer.com" />
<target host="phoenix-mc-adrunner.mycomputer.com" />
<target host="sitemechanic.mycomputer.com" />
<target host="siterewards.mycomputer.com" />
<target host="submitwizard.mycomputer.com" />
<target host="superstats.mycomputer.com" />
<target host="textomatic.mycomputer.com" />
<target host="watchdog.mycomputer.com" />
<target host="webrookie.mycomputer.com" />
<target host="websnapshot.mycomputer.com" />

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

</ruleset>
1 change: 0 additions & 1 deletion utils/ruleset-whitelist.csv
Original file line number Diff line number Diff line change
Expand Up @@ -1425,7 +1425,6 @@ f42b8995cf8e8f8bed79d16d7155dea2522c8ba86dbdf63d5d82f88dd55fd614,0,1,Musikerforb
c82d167ba8e98b856ae24b467a8695b544fe2d2110ed269675c6b9b5e8a18de5,1,0,myaffiliateprogram.com.xml
f89912846dc35b7b76c3ffce935c027fc0cfc569f75fd3c46270c260be6c5257,1,0,MyBuys.xml
9e11b6c72dbccadae998b9fdf1060261e924cb5c79d3feb8beb3ebe60c399ae8,0,1,MyCalendar.xml
6537c184cc2e52884ba673b1185e8f64a2f41edd030ebc01a7a13c1f34014729,1,1,MyComputer.com.xml
d11a91908efe163ed8f7dc3d6a99ec8fbfe0e9ca75eadf18ad1602291a1984b6,0,1,MyFreeCopyright.com-problematic.xml
cc88b41661c869975a35a7af8b045c82199f2ccc487165fff368523fbcf09dd0,0,1,MyFreeCopyright.com.xml
9feda71a258878a709043575247de979591811963f7390f7654774021e2d1479,0,1,Myftp.utechsoft.com.xml
Expand Down