Skip to content

Commit 126a7d6

Browse files
authored
Merge pull request #642 from privacysandbox/stage
move hotfix from stage to main
2 parents 3b1a214 + 4d9f640 commit 126a7d6

3 files changed

+70
-2
lines changed

cicd/attestations/privacy-sandbox-attestations.json.service-provide.prod

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 35 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,35 @@
1-
PLACEHOLDER FOR ATTESTATION FILE
1+
{
2+
"privacy_sandbox_api_attestations": [{
3+
"attestation_parser_version": 2,
4+
"attestation_version": 1,
5+
"privacy_policy": ["https://policies.google.com/privacy"],
6+
"ownership_token": "aa1ec2f0ee90815659f69e6e08be10599009e70b54954627f5de9fa145c1f92e",
7+
"issued_seconds_since_epoch": "1745231350969",
8+
"enrollment_id": "BG8PE",
9+
"enrollment_site": "https://privacy-sandcastle-dev-services.web.app",
10+
"platform_attestations": [{
11+
"platform": "chrome",
12+
"attestations": {
13+
"attribution_reporting_api": {
14+
"ServiceNotUsedForIdentifyingUserAcrossSites": true
15+
},
16+
"protected_audience_api": {
17+
"ServiceNotUsedForIdentifyingUserAcrossSites": true
18+
},
19+
"topics_api": {
20+
"ServiceNotUsedForIdentifyingUserAcrossSites": true
21+
},
22+
"shared_storage_api": {
23+
"ServiceNotUsedForIdentifyingUserAcrossSites": true
24+
},
25+
"private_aggregation_api": {
26+
"ServiceNotUsedForIdentifyingUserAcrossSites": true
27+
}
28+
}
29+
}, {
30+
"platform": "android",
31+
"attestations": {
32+
}
33+
}]
34+
}]
35+
}
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
{
2+
"privacy_sandbox_api_attestations": [{
3+
"attestation_parser_version": 2,
4+
"attestation_version": 1,
5+
"privacy_policy": ["https://policies.google.com/privacy"],
6+
"ownership_token": "68d2d0e001dc7269cd763be4b88c1b56d025216512048025365033401c8f5e94",
7+
"issued_seconds_since_epoch": "1745231350911",
8+
"enrollment_id": "5BNFM",
9+
"enrollment_site": "https://privacy-sandbox-demos-services.dev",
10+
"platform_attestations": [{
11+
"platform": "chrome",
12+
"attestations": {
13+
"attribution_reporting_api": {
14+
"ServiceNotUsedForIdentifyingUserAcrossSites": true
15+
},
16+
"protected_audience_api": {
17+
"ServiceNotUsedForIdentifyingUserAcrossSites": true
18+
},
19+
"topics_api": {
20+
"ServiceNotUsedForIdentifyingUserAcrossSites": true
21+
},
22+
"shared_storage_api": {
23+
"ServiceNotUsedForIdentifyingUserAcrossSites": true
24+
},
25+
"private_aggregation_api": {
26+
"ServiceNotUsedForIdentifyingUserAcrossSites": true
27+
}
28+
}
29+
}, {
30+
"platform": "android",
31+
"attestations": {
32+
}
33+
}]
34+
}]
35+
}

0 commit comments

Comments
 (0)