AdBlock plus blocks video even with website whitelisted

Posting here is no longer possible, please use the corresponding product forum.
Locked
byraul

AdBlock plus blocks video even with website whitelisted

Post by byraul »

AdBlock plus version: Adblock Plus 1.5.5
Chromium version: Version 28.0.1500.71 Ubuntu 12.04 (28.0.1500.71-0ubuntu1.12.04.1)
Configuration: Default filters, no other relevant extensions

Description:
I have a website which loads videos in an iframe from another domain through ajax requests (the iframe is created dynamically) . I think this is fine, since the videos are ads, but the videos are also blocked when AdBlock Plus is disabled for that website (Disable for this website checked).
I did some js debug and I identified the code causing this problem.

file: include.preload.js:90

if (response && target.parentNode)
{
// <frame> cannot be removed, doing that will mess up the frameset
if (tag == "frame")
target.style.setProperty("visibility", "hidden", "!important");
else
target.parentNode.removeChild(target); //<----- THIS IS THE LINE
}


Is this supposed to happen even with adblock plus disabled for that website?

If I remove adblock from chrome, it works fine.
MonztA
ABP Developer
Posts: 3957
Joined: Mon Aug 14, 2006 12:18 am
Location: Germany

Re: AdBlock plus blocks video even with website whitelisted

Post by MonztA »

Do you mind sharing the URL of the website?
Usks user

Re: AdBlock plus blocks video even with website whitelisted

Post by Usks user »

I am another user with the same issue. The site www.cmt.com videos play fine until the point where there used to be a commercial/ad break. At that point the video stops, goes blank, and cannot be restarted. I have tried this on the latest version of Firefox and on IE 10.0.9
The net result is that I can see the first segment of a show then nothing when Ad Block Plus is enabled.
MonztA
ABP Developer
Posts: 3957
Joined: Mon Aug 14, 2006 12:18 am
Location: Germany

Re: AdBlock plus blocks video even with website whitelisted

Post by MonztA »

Please submit an issue repprt via ABP (in Firefox) and post the link of the report here.
byraul

Re: AdBlock plus blocks video even with website whitelisted

Post by byraul »

Well, I don't think I can give you an url right, because that website is an internal website. I will try to create a dummy page just with that case.
p_hill
Posts: 438
Joined: Mon Feb 03, 2014 5:26 pm
Location: Cologne

Re: AdBlock plus blocks video even with website whitelisted

Post by p_hill »

I cannot reproduce the issue at cmt.com. If it still exists for you, please file a report at https://issues.adblockplus.org
Locked