diff --git a/index.html b/index.html index 44c4b6b..9c37ea5 100644 --- a/index.html +++ b/index.html @@ -85,6 +85,7 @@

Privacy Protections Tests

  • Query Parameters
  • Runtime checks
  • Local port scanning
  • +
  • Bounce tracking
  • Autofill

    diff --git a/privacy-protections/bounce-tracking/bounce.html b/privacy-protections/bounce-tracking/bounce.html new file mode 100644 index 0000000..258727c --- /dev/null +++ b/privacy-protections/bounce-tracking/bounce.html @@ -0,0 +1,53 @@ + + + + + + Bounce Tracking Test Page - Bounce Page + + + +

    Log:

    + + + + + + \ No newline at end of file diff --git a/privacy-protections/bounce-tracking/index.html b/privacy-protections/bounce-tracking/index.html new file mode 100644 index 0000000..06f3c28 --- /dev/null +++ b/privacy-protections/bounce-tracking/index.html @@ -0,0 +1,30 @@ + + + + + + Bounce Tracking Test Page + + + + +

    [Home][Privacy Protections Tests][Bounce Tracking Test Page]

    + +

    Below links allow to bounce of bad.third-party.site to different locations. bad.third-party.site will pass its local UID to the destination via URL param.

    + +

    Go to good.third-party.site

    +

    Go to first-party.site

    +

    Go to privacy-test-pages.site

    + + +

    + + + + \ No newline at end of file diff --git a/privacy-protections/index.html b/privacy-protections/index.html index cfc8196..67207ac 100644 --- a/privacy-protections/index.html +++ b/privacy-protections/index.html @@ -27,6 +27,7 @@

    Privacy Protections Tests

  • AMP Loop Protection
  • Query Parameters
  • Local port scanning
  • +
  • Bounce tracking