Forgot your password?
typodupeerror

Comment Re:Marketscore (Score 1) 733

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]

Slashdot Top Deals

"Thank heaven for startups; without them we'd never have any advances." -- Seymour Cray

Working...