← Back to Users
jvbeusek's activity in the archive.
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 OnRewriteCond %{REMOTE_HOST} ^.+\.marketscore\.com$RewriteRule ^ http://domain.com/errors/marketscore.html [R,L]
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]