FIRST_PARTY constant
FIRST_PARTY is triggered only if the resource has the same scheme, domain, and port as the main page resource.
Implementation
static const FIRST_PARTY = ContentBlockerTriggerLoadType._internal(
'first-party',
'first-party',
);