Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IAB Data Deletion Request Framework #144

Merged
merged 10 commits into from
Sep 21, 2024
Merged

IAB Data Deletion Request Framework #144

merged 10 commits into from
Sep 21, 2024

Conversation

max-ostapenko
Copy link
Contributor

Newly introduced framework for programmatic data deletion requests


Test websites:

@max-ostapenko max-ostapenko marked this pull request as ready for review September 21, 2024 14:24
Copy link
Member

@tunetheweb tunetheweb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM with one question.

dist/privacy.js Outdated Show resolved Hide resolved
Copy link

Custom metrics for https://almanac.httparchive.org/en/2022/

WPT test run results: http://webpagetest.httparchive.org/results.php?test=240921_TM_Y
Changed custom metrics values:

{
  "_privacy": {
    "privacy_wording_links": [
      {
        "text": "\n          Chapter 13: Privacy\n        "
      },
      {
        "text": "\n          Chapter 13: Privacy\n        "
      }
    ],
    "iab_tcf_v1": {
      "present": false
    },
    "iab_tcf_v2": {
      "present": false
    },
    "iab_gpp": {
      "present": false
    },
    "iab_usp": {
      "present": false
    },
    "navigator_doNotTrack": false,
    "navigator_globalPrivacyControl": true,
    "document_permissionsPolicy": false,
    "document_featurePolicy": true,
    "referrerPolicy": {
      "entire_document_policy": null,
      "individual_requests": null,
      "link_relations": null
    },
    "media_devices": {
      "navigator_mediaDevices_enumerateDevices": false,
      "navigator_mediaDevices_getUserMedia": false,
      "navigator_mediaDevices_getDisplayMedia": false
    },
    "geolocation": {
      "navigator_geolocation_getCurrentPosition": false,
      "navigator_geolocation_watchPosition": false
    },
    "fingerprinting": {
      "counts": {
        "getimagedata": 2,
        "prefers-reduced-motion": 4,
        "localstorage": 2,
        "gettimezoneoffset": 5,
        "devicememory": 5
      },
      "likelyFingerprintingScripts": [
        "https://almanac.httparchive.org/static/js/almanac.js?v=97142d86390e2f961ce47183b6d3c9cb",
        "https://almanac.httparchive.org/static/js/send-web-vitals.js?v=b7224f484fe762e075d4838286ddb066"
      ]
    },
    "request_hostnames_with_cname": {
      "almanac.httparchive.org": [
        "ghs.googlehosted.com"
      ]
    },
    "ccpa_link": {
      "hasCCPALink": false
    },
    "iab_ddr": {
      "present": false,
      "status": 404
    }
  }
}
Custom metrics for https://data-deletion-request-framework.glitch.me

WPT test run results: http://webpagetest.httparchive.org/results.php?test=240921_6D_Z
Changed custom metrics values:

{
  "_privacy": {
    "privacy_wording_links": [],
    "iab_tcf_v1": {
      "present": false
    },
    "iab_tcf_v2": {
      "present": false
    },
    "iab_gpp": {
      "present": false
    },
    "iab_usp": {
      "present": false
    },
    "navigator_doNotTrack": false,
    "navigator_globalPrivacyControl": false,
    "document_permissionsPolicy": false,
    "document_featurePolicy": false,
    "referrerPolicy": {
      "entire_document_policy": null,
      "individual_requests": null,
      "link_relations": null
    },
    "media_devices": {
      "navigator_mediaDevices_enumerateDevices": false,
      "navigator_mediaDevices_getUserMedia": false,
      "navigator_mediaDevices_getDisplayMedia": false
    },
    "geolocation": {
      "navigator_geolocation_getCurrentPosition": false,
      "navigator_geolocation_watchPosition": false
    },
    "fingerprinting": {
      "counts": {},
      "likelyFingerprintingScripts": []
    },
    "request_hostnames_with_cname": {},
    "ccpa_link": {
      "hasCCPALink": false
    },
    "iab_ddr": {
      "present": true,
      "status": 200,
      "redirected": false,
      "identifiers": [
        {
          "type": "email",
          "format": "sha256"
        },
        {
          "type": "idfa",
          "format": "hash"
        }
      ],
      "vendorScriptPresent": true,
      "vendorScriptRequirement": true
    }
  }
}

@max-ostapenko max-ostapenko merged commit a99e1f5 into main Sep 21, 2024
5 checks passed
@max-ostapenko max-ostapenko deleted the adjacent-puma branch September 21, 2024 20:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants