Skip to content

Privacy 2025 #172

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

Merged
merged 13 commits into from
Jul 7, 2025
Merged

Privacy 2025 #172

merged 13 commits into from
Jul 7, 2025

Conversation

max-ostapenko
Copy link
Contributor

@max-ostapenko max-ostapenko commented Jul 1, 2025

  • Removed privacy_wording_links metric as unused for a long time
  • Removed detection of common fingerprinting APIs because it mostly highlights usage in valid scenarios
  • Added header check for iab_ddr to fix redirect cases

Test websites:

Copy link

github-actions bot commented Jul 7, 2025

https://almanac.httparchive.org/en/2022/

WPT result details

Changed custom metrics values:

{
  "_privacy": {
    "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
    },
    "request_hostnames_with_cname": {},
    "ccpa_link": {
      "hasCCPALink": false
    },
    "iab_ddr": {
      "present": false,
      "status": 404
    }
  }
}
https://booking.salamandra.sk

WPT result details

Changed custom metrics values:

{
  "_privacy": {
    "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": [
        {
          "tagName": "SCRIPT",
          "referrerpolicy": "no-referrer",
          "count": 1
        },
        {
          "tagName": "LINK",
          "referrerpolicy": "no-referrer",
          "count": 1
        }
      ],
      "link_relations": null
    },
    "request_hostnames_with_cname": {},
    "ccpa_link": {
      "hasCCPALink": false
    },
    "iab_ddr": {
      "present": false,
      "status": 200
    }
  }
}
https://www.vfka-westfalen.de

WPT result details

Changed custom metrics values:

{
  "_privacy": {
    "iab_tcf_v1": {
      "present": false
    },
    "iab_tcf_v2": {
      "present": false
    },
    "iab_gpp": {
      "present": false
    },
    "iab_usp": {
      "present": false
    },
    "navigator_doNotTrack": true,
    "navigator_globalPrivacyControl": false,
    "document_permissionsPolicy": false,
    "document_featurePolicy": false,
    "referrerPolicy": {
      "entire_document_policy": null,
      "individual_requests": null,
      "link_relations": {
        "A": 1
      }
    },
    "request_hostnames_with_cname": {},
    "ccpa_link": {
      "hasCCPALink": false
    },
    "iab_ddr": {
      "present": false,
      "status": 404
    }
  }
}

@max-ostapenko max-ostapenko marked this pull request as ready for review July 7, 2025 07:40
@max-ostapenko max-ostapenko requested a review from tunetheweb July 7, 2025 07:43
@max-ostapenko max-ostapenko merged commit a6d1665 into main Jul 7, 2025
4 checks passed
@max-ostapenko max-ostapenko deleted the privacy-2025 branch July 7, 2025 09:08
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