Commit 33e188d3 authored by William Wen's avatar William Wen Committed by wwwenwilliam@gmail.com
Browse files

Bug 1962092 - Add test for anti-fraud annotation. r=timhuang

parent 7a237776
Loading
Loading
Loading
Loading
(288 KiB)

File changed.

No diff preview for this file type.

(352 KiB)

File changed.

No diff preview for this file type.

(2.54 KiB)

File changed.

No diff preview for this file type.

+2 −0
Original line number Diff line number Diff line
@@ -204,6 +204,7 @@ http://itisatracker.org:80
http://trackertest.org:80
http://email-tracking.example.org:80
http://consent-manager.example.org:80
http://anti-fraud.example.org:80

#
# Used while testing TLS session ticket resumption for third-party trackers (bug 1500533)
@@ -223,6 +224,7 @@ https://social-tracking.example.org:443
https://itisatracker.org:443
https://email-tracking.example.org:443
https://consent-manager.example.org:443
https://anti-fraud.example.org:443

#
# Used while testing flash blocking (Bug 1307604)
+4 −4
Original line number Diff line number Diff line
@@ -15748,20 +15748,20 @@
  value: true
  mirror: always
# Annotate channels based on the anti fraud list
# Note: consent manager annotations will be disabled if tracking protection is disabled
# Annotate channels based on the anti-fraud list
# Note: anti-fraud annotations will be disabled if tracking protection is disabled
- name: privacy.trackingprotection.antifraud.annotate_channels
  type: bool
  value: true
  mirror: always
# Skip blocking for consentmanager resources in all modes.
# Skip blocking for anti-fraud resources in all modes.
- name: privacy.trackingprotection.antifraud.skip.enabled
  type: RelaxedAtomicBool
  value: false
  mirror: always
# Skip blocking for consentmanager resources in Private Browsing mode.
# Skip blocking for anti-fraud resources in Private Browsing mode.
- name: privacy.trackingprotection.antifraud.skip.pbmode.enabled
  type: RelaxedAtomicBool
  value: true
Loading