AdguardTeam / AdguardFilters

AdGuard Content Blocking Filters
https://adguard.com/
GNU General Public License v3.0
3.17k stars 631 forks source link

www.6play.fr #154883

Closed adguard-bot closed 1 year ago

adguard-bot commented 1 year ago

Issue URL (Incorrect Blocking)

https://www.6play.fr/m6

Comment

Sur le premier screen, la page d'accueil de M6 replay qui ne s'affiche pas entièrement et donc impossible d'aller dans les différentes catégories de replay quand la protection adguard est activée via l'extension safari. Sur la deuxième image, j'ai désactivé la protection et la page d'affiche normalement où je peux cliquer sur les différentes catégories de replay qui me sont proposées. De plus je ne peux pas lancer aucun replay et donc aucune vidéo ne tourne quand la protection est activée.

Screenshots

Screenshot 1 ![Screenshot 1](https://cdn.adtidy.org/sitereports/nza95royq6808goss8k4wc4k00c088s1g5j1xfokfy.png?nc=1)
Screenshot 2 ![Screenshot 2](https://cdn.adtidy.org/sitereports/i7eevk0dpi8kc0g04cs00ok0sowww8c6ws9411ekfs.png?nc=1)

System configuration

Information value
AdGuard product: AdGuard for Safari v1.11.8
Browser: Safari
Filters: Ad Blocking:
AdGuard Base

Privacy:
AdGuard Tracking Protection

Annoyances:
AdGuard Annoyances

Language-specific:
AdGuard French
zloyden commented 1 year ago

Not reproduced it on my end. Try to clear browser data, update the filters (wait almost one minute there), open the site. If that doesn't work, you should re-enable the content blockers in Safari settings (wait about the same time as when you update the filters).

contribucious commented 1 year ago

Hi there. 👋   @AdamWr

Just like the reporter, I can reproduce this on my side as well (using AG for Windows). Can you too?

Also, observe that the JS rule from your commit is visibly no longer usable[^1]. ↬ As of today, can you confirm that stuff from this commit and this one is still sufficient?

Thank you! ✌️

[^1]: See explanation of why via 6play.fr#%#//scriptlet('json-prune'). The similar platform rtlplay.be is still OK with its basic scriptlet though.

AdamWr commented 1 year ago

I was able to reproduce breakage and I have fixed it (filters update should be available in 1-2 hours), but unfortunately I cannot check if ads blocked or other rules are still required, because content is geo-locked and video doesn't work even with VPN.

contribucious commented 1 year ago

OK, great! Fix indeed works on my side too. 👍

🍪 Another problem (cookies-related):

Can you confirm that on this non geo-locked video for example (coming from this show), you stay perpetually on this whereas by disabling AdGuard you have that and that after choosing cookies (refusal for example), you have the video which plays correctly?

AdamWr commented 1 year ago

Yes, I have the same issue. It seems that this rule:

||sdk.privacy-center.org/*/loader.js$script,redirect=didomi-loader,domain=6play.fr

fixes it, at least on my end. Could you please check it?

contribucious commented 1 year ago

Confirmed working (with only this rule added). 👍

And, by the way, related to the trusted-click-element scriptlet line addition from your new commit, I guess this line below can now be removed then?

6play.fr#%#AG_onLoad(function(){var b=new MutationObserver(function(){var a=document.querySelector('button.is-tertiary');a&&a.click()});b.observe(document,{childList:!0,subtree:!0});setTimeout(function(){b.disconnect()},2E4)}); ↪️ permalink / commits here and there.

AdamWr commented 1 year ago

Yes, I think that it can be removed, done. Thank you.

contribucious commented 1 year ago

No problem. Perfect. ✌️

And, just for the context, here was the previous cookie dialog (source) versus the new one. 😉