Skip to content

Commit

Permalink
Merge pull request #57 from GoogleChromeLabs/add-attestation
Browse files Browse the repository at this point in the history
Add attestation files for publisher-b and content producer
  • Loading branch information
taraojo authored Sep 30, 2024
2 parents 324256f + 8307e7f commit 171154b
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -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": {}
}
]
}
]
}
32 changes: 32 additions & 0 deletions sites/publisher-b/.well-known/privacy-sandbox-attestations.json
Original file line number Diff line number Diff line change
@@ -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": {}
}
]
}
]
}

0 comments on commit 171154b

Please sign in to comment.