-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #57 from GoogleChromeLabs/add-attestation
Add attestation files for publisher-b and content producer
- Loading branch information
Showing
2 changed files
with
64 additions
and
0 deletions.
There are no files selected for viewing
32 changes: 32 additions & 0 deletions
32
sites/content-producer/.well-known/privacy-sandbox-attestations.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
32
sites/publisher-b/.well-known/privacy-sandbox-attestations.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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": {} | ||
} | ||
] | ||
} | ||
] | ||
} |