FIRST_PARTY constant

ContentBlockerTriggerLoadType const FIRST_PARTY

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',
);