THIRD_PARTY constant

ContentBlockerTriggerLoadType const THIRD_PARTY

THIRD_PARTY is triggered if the resource is not from the same domain as the main page resource.

Implementation

static const THIRD_PARTY = ContentBlockerTriggerLoadType._internal(
  'third-party',
  'third-party',
);