Closed
Bug 429395
Opened 18 years ago
Closed 17 years ago
Ads on Deezer
Categories
(Camino Graveyard :: Annoyance Blocking, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: contact, Assigned: alqahira)
References
()
Details
Attachments
(2 files)
User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en; rv:1.8.1.13) Gecko/20080327 Camino/1.6b4 (like Firefox/2.0.0.13)
Build Identifier: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en; rv:1.8.1.13) Gecko/20080327 Camino/1.6b4 (like Firefox/2.0.0.13)
There is still ads on deezer.com, coming from http://www.deezer.com/ads/index.html
Here is the code :
<!------ OAS SETUP begin ------>
<SCRIPT type="text/javascript" LANGUAGE="JavaScript">
<!--
//configuration
OAS_url ='http://horyzonix.sdv.fr/RealMedia/ads/';
OAS_listpos = 'Top,Middle,Left';
OAS_query = '';
OAS_sitepage = 'www.blogmusik.net/home';
//end of configuration
OAS_version = 10;
OAS_rn = '001234567890'; OAS_rns = '1234567890';
OAS_rn = new String (Math.random()); OAS_rns = OAS_rn.substring (2, 11);
function OAS_NORMAL(pos) {
document.write('<A HREF="' + OAS_url + 'click_nx.ads/' + OAS_sitepage + '/1' + OAS_rns + '@' + OAS_listpos + '!' + pos + OAS_query + '" TARGET=_top>');
document.write('<IMG SRC="' + OAS_url + 'adstream_nx.ads/' + OAS_sitepage + '/1' + OAS_rns + '@' + OAS_listpos + '!' + pos + OAS_query + '" BORDER=0><\/A>');
}
//-->
</SCRIPT>
<SCRIPT type="text/javascript" LANGUAGE="JavaScript1.1">
<!--
OAS_version = 11;
if (navigator.userAgent.indexOf('Mozilla/3') != -1)
OAS_version = 10;
if (OAS_version >= 11)
document.write('<SCRIPT LANGUAGE=JavaScript1.1 SRC="' + OAS_url + 'adstream_mjx.ads/' + OAS_sitepage + '/1' + OAS_rns + '@' + OAS_listpos + OAS_query + '"><\/SCRIPT>');
//-->
</SCRIPT>
<SCRIPT type="text/javascript" LANGUAGE="JavaScript">
<!--
document.write('');
function OAS_AD(pos) {
if (OAS_version >= 11)
OAS_RICH(pos);
else
OAS_NORMAL(pos);
}
//-->
</SCRIPT>
<!------ OAS SETUP end ------><!-- OAS AD 'Middle' begin -->
<SCRIPT LANGUAGE='JavaScript'>
<!--
OAS_AD('Middle');
//-->
</SCRIPT>
<!-- OAS AD 'Middle' end -->
<SCRIPT language="JavaScript" charset="iso-8859-1">
document.write( "<scr" + "ipt src='http://cm.eu.overture.com/js_flat_1_0/?mkt=fr&maxCount=4&source=blogmusik_js_fr_ctxt_blogmusik&ctxtId=accueil&config=1119458583'></SCR" + "IPT>" );
</SCRIPT>
<div id='overture' style="margin:15px 0 0 10px;text-align:left">
<script language="JavaScript">
function escapeDoubleQuotes( s ) {
var str = String( s );
return str.replace( /"/g, '"' );
}
if( zSr != null ) {
var k;
for( k=6; (k < 30); k += 6 ) {
document.write('<div id="linkTitle"><a href="'+zSr[k+2]+'" target="_blank" class="text" title="'+escapeDoubleQuotes(zSr[k] + ' - ' + zSr[k+4])+'">'+zSr[k+3]+'</a></div>');
document.write('<div id="category"><a href="'+zSr[k+2]+'" target="_blank" class="text" title="'+escapeDoubleQuotes(zSr[k] + ' - ' + zSr[k+4])+'">-> '+ zSr[k+4] + '</a></div><br>' );
}
}
</script><script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-417097-1";
urchinTracker();
</script>
Reproducible: Always
Steps to Reproduce:
1.Go to http://www.deezer.com
2.See ads on the right
Actual Results:
There is some ads
Expected Results:
No ads
Maybe these use IP geolocalisation, I don't know.
Comment 1•18 years ago
|
||
Can we get someone on the French l10n team (maybe Ludo) to take a look at this?
Comment 2•18 years ago
|
||
Is that in an iframe at the top of the page, next to the Deezer logo ?
I see it in the source code, but it is empty, from where I'm am
iframe src="/ads2/index.html" name="ad728"
| Reporter | ||
Comment 3•18 years ago
|
||
No, the iframe on the top is blocked, it's an iframe on the right, under the player :
<iframe src="/ads/index.html" name="ad300" id="ad300" frameborder="0" style="width:300px; height:460px" scrolling="no"></iframe>
| Reporter | ||
Comment 4•18 years ago
|
||
There is also some Google ads, coming from
http://www.deezer.com/scripts/js/adsense.js
and
http://www.deezer.com/scripts/js/adsense.php
| Assignee | ||
Comment 5•18 years ago
|
||
I looked at this several times and was never able to reproduce any ads getting through.
| Reporter | ||
Comment 6•18 years ago
|
||
| Assignee | ||
Comment 7•18 years ago
|
||
Pierre, can you use the generated source bookmarklet (https://www.squarefree.com/bookmarklets/webdevel.html#generated_source) to get the generated source of the page the next time you see that ad, and then save that source to a text file and attach the file here?
The iframe you mentioned in comment 3, as well as the stuff in comment 4, should be being blocked by our existing rules (and are, for me).
| Reporter | ||
Comment 8•18 years ago
|
||
This is a generated source of this page : http://www.deezer.com/ads2/index.html
| Assignee | ||
Comment 9•18 years ago
|
||
There's definitely a difference in the generated source you attached and the generated source I get when visiting that same page.
We ought to be able block Flash from http://hstfr.tradedoubler.com (or just tradedoubler.com), but there's probably no good reason not to block <iframe>s with src*="/ads2/" as well.
Thanks for sticking with this, Pierre.
| Assignee | ||
Comment 10•17 years ago
|
||
FIXED on trunk by checkin of bug 433349.
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•