Bug 254996
Summary: | Tracker traffic is blocked even if user grants tracking permission | ||
---|---|---|---|
Product: | WebKit | Reporter: | Ben Nham <nham> |
Component: | WebKit Misc. | Assignee: | Ben Nham <nham> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | nham, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Local Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Ben Nham
In trunk builds, tracker traffic is blocked even if the user grants tracking permissions via the ATT prompt. To fix this, we need to allow TCC to check for the kTCCServiceUserTracking permission via audit tokens.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Ben Nham
rdar://107359915
Ben Nham
Pull request: https://github.com/WebKit/WebKit/pull/12379
EWS
Committed 262634@main (88e75e671992): <https://commits.webkit.org/262634@main>
Reviewed commits have been landed. Closing PR #12379 and removing active labels.
Ben Nham
262634@main isn't sufficient since it only added the entitlement to the Mac NetworkProcess. It also needs to be added to the iOS and Catalyst NetworkProcesses.
Ben Nham
Pull request: https://github.com/WebKit/WebKit/pull/12628
EWS
Committed 262852@main (d2b1197b133b): <https://commits.webkit.org/262852@main>
Reviewed commits have been landed. Closing PR #12628 and removing active labels.