Page 1 of 1

dailymotion.com

Posted: Mon Jan 14, 2019 3:10 pm
by fuzzylogic
Hello,

Looks like this rule ?ads_params= is filtering dailymotion player all together.

I am able to reproduce the issue on the following and many others.

Code: Select all

https://actu.orange.fr/france/voitures-radars-privees-leur-legalite-pose-question-magic-CNT0000012XF8b.html
We have another report, and details available below:

URL to reproduce: https://www.kinitv.com/video/69203O8
Screenshot: https://i.imgur.com/BIOFFNG.png

Re: dailymotion.com

Posted: Tue Jan 15, 2019 11:26 am
by intense
fixed for uBo adblocker
https://github.com/uBlockOrigin/uAssets ... 92a51dabcf

other adblockers:

Code: Select all

@@||dailymotion.com/embed/video/$subdocument

Re: dailymotion.com

Posted: Tue Jan 15, 2019 5:17 pm
by smed79
@fuzzylogic

Easily can be fixed from your side by removing the query parameter ?ads_params= from the third party dailymotion embed video.

Re: dailymotion.com

Posted: Wed Jan 16, 2019 8:23 am
by fuzzylogic
Hi smed79
It's really larger than orange.fr, you may see the kini.tv reference in the thread. Thanks for your help.

Re: dailymotion.com

Posted: Wed Jan 16, 2019 8:26 am
by intense
Just wait for the easylist authors, maybe they will fix it.
Who is using uBo => already fixed (see above).

Re: dailymotion.com

Posted: Wed Aug 21, 2019 9:18 am
by fuzzylogic
Hi,

?ads_params has been blacklisted in easylist again. This is entirely blocking the content.

Case:

Code: Select all

https://actu.orange.fr/france/voitures-radars-privees-leur-legalite-pose-question-magic-CNT0000012XF8b.html

Re: dailymotion.com

Posted: Wed Aug 21, 2019 10:00 am
by intense
?ads_params has been blacklisted in easylist again
maybe it wasn't fixed yet. In uBo seems still working.

@fanboy

Re: dailymotion.com

Posted: Thu Aug 22, 2019 8:50 am
by MazingaZ
I confirm it's not only on orange.fr.

I cannot watch any video on lequipe.fr anymore:

https://www.lequipe.fr/Tennis/Actualites/Winston-salem-benoit-paire-est-au-troisieme-tour/1050765

https://cl.ly/710dc1378cc6/Screen%2520S ... 2520AM.jpg

Re: dailymotion.com

Posted: Thu Aug 22, 2019 9:06 am
by intense
add the filter above
@@||dailymotion.com/embed/video/$subdocument

or use uBo (ublock origin)

Re: dailymotion.com

Posted: Thu Aug 22, 2019 3:19 pm
by MazingaZ
Thanks @intense, that fixes the issue for me.

I tried to dig a little bit into the problem (I don't work for orange, nor l'equipe, nor dailymotion, I'm just a dev who watches a lot of videos 😉) and I think the above filter should be added to the generic easylist whitelist, so community can benefit from it. More details below:

I guess it's fine to use ?ad_params= to identify potential ad urls to be blocked. So we should not remove the ?ad_params= rule in easylist_general_block.txt.

But the problem here is that the sites mentioned above seem to be passing ad_params in the querystring of the main video player embed/iframe url (for Dailymotion that's: www.dailymotion.com/embed/video/id, for YT: www.youtube.com/embed/id, for Vimeo player.vimeo.com/video/id, ...). By blocking those video player embed URLs the adblocker is almost certainly blocking legit (non ad) video content (actually, it's preventing the entire video player from loading).

tl;dr: Player embed urls like @@||dailymotion.com/embed/video/$subdocument should be part of the general easylist whitelist. Adblockers should block ads displayed inside a video player, not the video player itself, the same way as they should block ads in a webpage and not the page itself.

Re: dailymotion.com

Posted: Fri Sep 20, 2019 4:14 pm
by smed79