phonearena.com

This is where you should report issues arising from the subscription filters.
Locked
User avatar
sergeylyapin
AdGuard Author
AdGuard Author
Posts: 22
Joined: Tue Jun 02, 2020 4:23 pm

phonearena.com

Post by sergeylyapin »

phonearena.com is broken in safari/iOS because of Fanboy's Annoyances
because this request is blocked:

Code: Select all

https://s-cdn.phonearena.com/?b=css&1629712559605&f=pages/compare.css,pages/compare/specs.css,versions/widgets/shop-links.css,versions/widgets/heading-deals.css,versions/widgets/back-to-top.css,widgets/header.css,versions/widgets/autocomplete.css,versions/widgets/compare-toolbar.css,widgets/widget-articles-grid.css,widgets/widget-grid.css
I see this exception in Fanboy's Annoyances:

Code: Select all

@@||phonearena.com/?b=$~third-party
but safari perceives request to subdomains as a third-party request.

https://github.com/AdguardTeam/AdguardF ... sues/91725
User avatar
fanboy Verified
EasyList Author
EasyList Author
Posts: 12244
Joined: Wed Sep 05, 2007 8:17 pm

Post by fanboy Verified »

Code: Select all

fanboy@Ubuntu:~/git/easylist/fanboy-addon$ grep -r phonearena fanboy_annoyance_allowlist.txt
@@||phonearena.com/?b=$~third-party
Already fixed?
User avatar
sergeylyapin
AdGuard Author
AdGuard Author
Posts: 22
Joined: Tue Jun 02, 2020 4:23 pm

Post by sergeylyapin »

Safari considers requests to subdomains to be third-party requests, so this exception does not work for requests to s-cdn.phonearena.com.
Locked