Skip to content

MV3 PB fails to block resources initiated by cookieblocked subdomains of the same domain #3147

@ghostwords

Description

@ghostwords

This is the same underlying issue as #3048, just the flip side of it.

For example, if requests to play.google.com are initiated in by a "cookieblocked" google.com subdomain, we will fail to block it with DNR because we set domainType to "thirdParty" and also because we set excludedInitiatorDomains with our MDFP list for Google. Both domainType and excludedInitiatorDomains work with the initiator domain (immediate parent frame's domain, which may or may not be the top-level page domain).

This should be solved by w3c/webextensions#762 and replacement of domainType "thirdParty" with an always present excludedTopDomains entry for the domain itself.

Metadata

Metadata

Assignees

No one assigned

    Labels

    ChromeMV3Manifest V3-specific issuebug

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions