From 8307e7f77dbeedd46cf866dc47ceb8ee0f785603 Mon Sep 17 00:00:00 2001 From: Tara Ojo Date: Thu, 26 Sep 2024 15:58:43 +0100 Subject: [PATCH] Add attestation files for publisher-b and content producer --- .../privacy-sandbox-attestations.json | 32 +++++++++++++++++++ .../privacy-sandbox-attestations.json | 32 +++++++++++++++++++ 2 files changed, 64 insertions(+) create mode 100644 sites/content-producer/.well-known/privacy-sandbox-attestations.json create mode 100644 sites/publisher-b/.well-known/privacy-sandbox-attestations.json diff --git a/sites/content-producer/.well-known/privacy-sandbox-attestations.json b/sites/content-producer/.well-known/privacy-sandbox-attestations.json new file mode 100644 index 0000000..f9b73b6 --- /dev/null +++ b/sites/content-producer/.well-known/privacy-sandbox-attestations.json @@ -0,0 +1,32 @@ +{ + "privacy_sandbox_api_attestations": [ + { + "attestation_parser_version": "2", + "attestation_version": "1", + "privacy_policy": [ + "https://policies.google.com/privacy" + ], + "ownership_token": "nLv7az7CCLlmraqX5BBX9yiahJpjE1rdRlRXPAmZ44wCXf4hGS60Y0bsbxI5U09z", + "issued_seconds_since_epoch": 1727275829, + "enrollment_id": "NHT7X", + "enrollment_site": "https://shared-storage-demo-content-producer.web.app/", + "platform_attestations": [ + { + "platform": "chrome", + "attestations": { + "shared_storage_api": { + "ServiceNotUsedForIdentifyingUserAcrossSites": true + }, + "private_aggregation_api": { + "ServiceNotUsedForIdentifyingUserAcrossSites": true + } + } + }, + { + "platform": "android", + "attestations": {} + } + ] + } + ] +} \ No newline at end of file diff --git a/sites/publisher-b/.well-known/privacy-sandbox-attestations.json b/sites/publisher-b/.well-known/privacy-sandbox-attestations.json new file mode 100644 index 0000000..3b7bf0c --- /dev/null +++ b/sites/publisher-b/.well-known/privacy-sandbox-attestations.json @@ -0,0 +1,32 @@ +{ + "privacy_sandbox_api_attestations": [ + { + "attestation_parser_version": "2", + "attestation_version": "1", + "privacy_policy": [ + "https://policies.google.com/privacy" + ], + "ownership_token": "jaNybzmPQosoLJSp9OiOlY3UZfFHCMAsKukhACJaEulhPgh8OhlnijY9zKdcUn7P", + "issued_seconds_since_epoch": 1727275740, + "enrollment_id": "G7ZNZ", + "enrollment_site": "https://shared-storage-demo-publisher-b.web.app/", + "platform_attestations": [ + { + "platform": "chrome", + "attestations": { + "shared_storage_api": { + "ServiceNotUsedForIdentifyingUserAcrossSites": true + }, + "private_aggregation_api": { + "ServiceNotUsedForIdentifyingUserAcrossSites": true + } + } + }, + { + "platform": "android", + "attestations": {} + } + ] + } + ] +} \ No newline at end of file