Slashdot Mirror


User: jvbeusek

jvbeusek's activity in the archive.

Stories
0
Comments
1
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1

  1. Re:Marketscore on Given Up to Spyware? · · Score: 1

    It is trivial to block MarketScore from the server-side, for example if you host websites with sensitive information. In Apache I do this as follows:

    RewriteEngine On
    RewriteCond %{REMOTE_HOST} ^.+\.marketscore\.com$
    RewriteRule ^ http://domain.com/errors/marketscore.html [R,L]