Input options for configuring ad blocking features on a Page. Used within PageOptions.

Definition

input BlockAdsOptions {
  ads: Boolean
  tracking: Boolean
  annoyances: Boolean
}

Fields

ads

Boolean If true, attempts to block known ad-serving domains and resources. Defaults to false.

tracking

Boolean If true, attempts to block known tracking domains and scripts. Defaults to false.

annoyances

Boolean If true, attempts to block resources associated with web annoyances (e.g., pop-ups, cookie banners, if supported by the blocking engine). Defaults to false.