Bug 256659
Summary: | _wasPrivateRelayed is always true for custom schemes | ||
---|---|---|---|
Product: | WebKit | Reporter: | Charlie Wolfe <charliew> |
Component: | WebKit Misc. | Assignee: | Charlie Wolfe <charliew> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Charlie Wolfe
Non-special schemes always return a privacy stance of `nw_connection_privacy_stance_unknown`, which we currently treat as being private relayed. These schemes will never be sent over private relay; this patch fixes this by always setting privateRelayed to NO for non-special schemes.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/109224804>
Charlie Wolfe
Pull request: https://github.com/WebKit/WebKit/pull/13769
EWS
Committed 263989@main (a76b570905e9): <https://commits.webkit.org/263989@main>
Reviewed commits have been landed. Closing PR #13769 and removing active labels.