block Silverlight install popup

Posting here is no longer possible, please use the forum of a filter list project, such as EasyList
Locked
anonymous_user

block Silverlight install popup

Post by anonymous_user »

How can I block this using ABP:

Image

It pops up after I download a file from Microsoft.com
User avatar
rick752
Posts: 2709
Joined: Fri Jun 09, 2006 7:59 pm
Location: New York USA
Contact:

Post by rick752 »

See if this takes care of it:

Code: Select all

microsoft.com#form(id=aspnetForm)(method=post)(name=aspnetForm)
User avatar
rick752
Posts: 2709
Joined: Fri Jun 09, 2006 7:59 pm
Location: New York USA
Contact:

Post by rick752 »

This should also work:

Code: Select all

|http://www.microsoft.com/downloads/includes/Silverlight.supportedUserAgent.js
One may work better than the other ... try each and see.
anonymous_user

Post by anonymous_user »

The former prevented me from seeing the Genuine Windows Validation page.

But the latter filter seems to work fine, so thanks a lot :D
Locked