AdguardTeam / AdguardFilters

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

www.independent.co.uk #154277

Closed adguard-bot closed 1 year ago

adguard-bot commented 1 year ago

Issue URL (Incorrect Blocking)

https://www.independent.co.uk/news/world/americas/submarine-titantic-missing-submersible-tourists-latest-b2360568.html

Comment

Video will only load with NOT-EU IP address. UK IP = Video not loading

Video is also blocked by Free-Public AdGuard DNS (Default ads-filtering)

Please also check other videos in this website to make sure every thing is working [Firefox]

Screenshots

Screenshot 1 ![Screenshot 1](https://reports-img.adguard.com/fWMTSZR.png)
Screenshot 2 ![Screenshot 2](https://reports-img.adguard.com/RHHnACq.png)

System configuration

Information value
AdGuard product: AdGuard Browser extension v4.1.56
Browser: Firefox
Stealth mode: disabled
Filters: Ad Blocking:
AdGuard Base

Privacy:
AdGuard Tracking Protection

Social Widgets:
AdGuard Social Media

Annoyances:
AdGuard Cookie Notices,
AdGuard Popups,
AdGuard Other Annoyances

Language-specific:
AdGuard Russian
Alex-302 commented 1 year ago

Can't reproduce with DNS.

adguard-bot commented 1 year ago

Issue URL (Incorrect Blocking)

https://www.independent.co.uk/news/world/americas/submarine-titantic-missing-submersible-tourists-latest-b2360568.html

Comment

Alex-302 you're wrong again - https://streamable.com/05lt5y tested on new ffx profile no addons, video showing first without adguard dns, and then with.

Screenshots

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

System configuration

Information value
AdGuard product: AdGuard Browser extension v4.1.56
Browser: Firefox
Stealth mode: disabled
Filters: Ad Blocking:
AdGuard Base

Privacy:
AdGuard Tracking Protection

Social Widgets:
AdGuard Social Media

Annoyances:
AdGuard Cookie Notices,
AdGuard Popups,
AdGuard Other Annoyances

Language-specific:
AdGuard Russian
Alex-302 commented 1 year ago

I checked with the same settings, just DNS used by my VPN.

adguard-bot commented 1 year ago

Issue URL (Incorrect Blocking)

https://www.independent.co.uk/asia/india/modi-biden-us-visit-india-pakistan-b2362972.html

Comment

When AG extension for Chrome is enabled, user is unable to view the video (video player is blank and does not load). However, when AG is disabled, the video plays correctly.

Screenshots

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

System configuration

Information value
AdGuard product: AdGuard Browser extension v4.1.56
Browser: Chrome
Stealth mode options: Hide your search queries,
Send Do-Not-Track header,
Remove X-Client-Data header from HTTP requests,
Strip URLs from tracking parameters,
Self-destructing third-party cookies (2880),
Hide your Referrer from third-parties
Filters: Ad Blocking:
AdGuard Base,
AdGuard Mobile Ads

Privacy:
AdGuard URL Tracking,
AdGuard Tracking Protection

Social Widgets:
AdGuard Social Media

Annoyances:
AdGuard Annoyances,
AdGuard Cookie Notices,
AdGuard Popups,
AdGuard Mobile App Banners,
AdGuard Other Annoyances,
AdGuard Widgets,
Adblock Warning Removal List,
Web Annoyances Ultralist

Security:
Online Malicious URL Blocklist,
NoCoin Filter List

Other:
AdGuard DNS

Language-specific:
AdGuard Russian
BlazDT commented 1 year ago

Issue is, as mentioned DNS protection:

!||amazon-adsystem.com^:
||c.amazon-adsystem.com/aax2/apstag.js$script,redirect=amazon-apstag,important,domain=independent.co.uk
! ||doubleclick.net^
||securepubads.g.doubleclick.net/pagead/ppub_config$xmlhttprequest,redirect=noopjs,important,domain=independent.co.uk
! ||adsafeprotected.com^
@@||static.adsafeprotected.com/iasPET*.js$domain=independent.co.uk

@stanislav-atr @AdamWr worth to add a redirect for iasPET.1.js? Or exclude adsafeprotected.com from DNS filter.

AdamWr commented 1 year ago

There is opened issue about iasPET - https://github.com/AdguardTeam/Scriptlets/issues/328, I guess that it will be added. Until there will be a redirect resource, we could add a JS rule:

independent.co.uk#%#(()=>{let t=window?.__iasPET?.queue;Array.isArray(t)||(t=[]);const s=JSON.stringify({brandSafety:{},slots:{}});function e(t){try{t?.dataHandler?.(s)}catch(t){}}for(t.push=e,window.__iasPET={VERSION:"1.16.18",queue:t,sessionId:"",setTargetingForAppNexus(){},setTargetingForGPT(){},start(){}};t.length;)e(t.shift())})();

and to boost/speed up loading player (it's not caused by ad blocking, but maybe worth to add):

independent.co.uk#%#//scriptlet('adjust-setTimeout', '/Autoplay|Piano/', '*', '0.02')
independent.co.uk#%#//scriptlet('adjust-setTimeout', '[native code]', '2500', '0.02')
independent.co.uk#%#//scriptlet('adjust-setTimeout', '[native code]', '3000', '0.02')
BlazDT commented 1 year ago

Thank you, that is working. But I did not see a speed increase on my device, added those rules since you saw speed increase.