diff --git a/index.html b/index.html index ba5cdbf..8ccc2b7 100644 --- a/index.html +++ b/index.html @@ -84,6 +84,7 @@

Privacy Protections Tests

  • AMP Loop Protection
  • Query Parameters
  • Runtime checks
  • +
  • Nested iFrames
  • Autofill

    diff --git a/privacy-protections/request-blocking/nested-frames.html b/privacy-protections/request-blocking/nested-frames.html new file mode 100644 index 0000000..54db28c --- /dev/null +++ b/privacy-protections/request-blocking/nested-frames.html @@ -0,0 +1,58 @@ + + + + + + + Nested Frames Tracker Blocking Test + + + +

    [Home]

    + +

    Nested Frames Tracker Blocking Test

    + +

    + Example page that loads trackers in nested frames to check if tracker counts in the new tab page are updated + when child frame requests are blocked. +

    + + + + + + + + + \ No newline at end of file