Page 1 of 1

block Silverlight install popup

Posted: Sun Sep 07, 2008 5:13 am
by anonymous_user
How can I block this using ABP:

Image

It pops up after I download a file from Microsoft.com

Posted: Sun Sep 07, 2008 6:37 am
by rick752
See if this takes care of it:

Code: Select all

microsoft.com#form(id=aspnetForm)(method=post)(name=aspnetForm)

Posted: Sun Sep 07, 2008 6:46 am
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.

Posted: Sun Sep 07, 2008 5:22 pm
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