From 33b94c84be4aca187f8ec78a04327243b2201926 Mon Sep 17 00:00:00 2001 From: Thomas Espach Date: Fri, 13 Sep 2024 15:30:05 +0100 Subject: [PATCH 1/2] Add POC example nested frames tracker counter test. --- .../request-blocking/nested-frames.html | 58 +++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 privacy-protections/request-blocking/nested-frames.html 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 From c9d82fcc3e1b90f747c1ac33d6b27c6be2165a78 Mon Sep 17 00:00:00 2001 From: Thomas Espach Date: Fri, 13 Sep 2024 15:32:32 +0100 Subject: [PATCH 2/2] Add reference on homepage --- index.html | 1 + 1 file changed, 1 insertion(+) 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