logo-net.co.uk

Here you should report unblocked ads, trackers, social media items, annoyances or leftovers from blocked content.
Locked
jamie
Site Member
Site Member
Posts: 13
Joined: Mon Apr 18, 2011 12:59 pm

logo-net.co.uk

Post by jamie »

Very disturbing - they appear to advertise solely on UK government .gov.uk websites, and to be profiling visitors - according to their webpage:

"LoGo_net is a unique, revenue generative technology set which allows local government organisations to offer personalised service recommendations to citizens. The technology enables dynamic partnering with other public sector organisations serving the same, total e-place.

Recommendations can include sign-posting to private sector, commercial providers offering related services, which generates revenue for the local community.

Our growth has been spectacular. In March, the number of citizens profiled each month exceeded 1 million and continues to increase exponentially.

For further information, please contact: [email protected]"


For those who, like me, like to use the Hosts file as another layer of defence, here are all the logo-net domains I was able to find:

127.0.0.1 logo-net.co.uk
127.0.0.1 d1.logo-net.co.uk
127.0.0.1 dx.logo-net.co.uk
127.0.0.1 t1.logo-net.co.uk
127.0.0.1 www.logo-net.co.uk
anonymous74100 Verified
Latvian List Author
Latvian List Author
Posts: 55
Joined: Mon Apr 18, 2011 2:07 pm

Post by anonymous74100 Verified »

Isn't it better to use 255.255.255.0 instead of 127.0.0.1?
Khrin Verified
EasyList Author
EasyList Author
Posts: 3562
Joined: Fri Mar 26, 2010 8:50 pm

Post by Khrin Verified »

Can you tell on which site have you seen this element?
jamie
Site Member
Site Member
Posts: 13
Joined: Mon Apr 18, 2011 12:59 pm

Post by jamie »

They've got something at http://www.york.gov.uk/leisure/Libraries/24hour/ - RequestPolicy blocked it but also notified me as to its existence.

Viewing the source reveals the following:

[code]
<div id="logo_net">
<script type="text/javascript">
<!--//<![CDATA[
var m3_u = "http://d1.logo-net.co.uk/Delivery/DBURL.php";
var strPURL = parent.document.URL;
strPURL = strPURL.replace(/&/g, "^");
var T = new Date();
var cMS = T.getTime();
document.write ("<scr"+"ipt type='text/javascript' src='"+m3_u);
document.write ("?SDTID=81");
document.write ('&PURL=' + strPURL);
document.write ('&CMS=' + cMS);
document.write ("'></scr"+"ipt>");
//]]>-->
</script>

<noscript>
<img alt="Advertising Placeholder" src="http://d1.logo-net.co.uk/Delivery/Dnscrpt.php?w=120&h=600" >
</noscript>
</div>
[/code]
Ares2 Verified
Emeritus Contributor
Emeritus Contributor
Posts: 4572
Joined: Thu Sep 27, 2007 12:49 pm

Post by Ares2 Verified »

Added: https://hg.adblockplus.org/easylist/rev/9a7b5cb74bf6
anonymous74100 wrote:Isn't it better to use 255.255.255.0 instead of 127.0.0.1?
What makes you believe that?
jamie
Site Member
Site Member
Posts: 13
Joined: Mon Apr 18, 2011 12:59 pm

Post by jamie »

anonymous74100 Verified
Latvian List Author
Latvian List Author
Posts: 55
Joined: Mon Apr 18, 2011 2:07 pm

Post by anonymous74100 Verified »

Ares2 wrote:What makes you believe that?
A connection to 255.255.255.0 isn't even tried, it gets dropped immediately.
Locked