Bug 256659 - _wasPrivateRelayed is always true for custom schemes
Summary: _wasPrivateRelayed is always true for custom schemes
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Charlie Wolfe
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-05-11 13:20 PDT by Charlie Wolfe
Modified: 2023-05-11 16:44 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Charlie Wolfe 2023-05-11 13:20:17 PDT
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.
Comment 1 Radar WebKit Bug Importer 2023-05-11 13:21:54 PDT
<rdar://problem/109224804>
Comment 2 Charlie Wolfe 2023-05-11 13:31:48 PDT
Pull request: https://github.com/WebKit/WebKit/pull/13769
Comment 3 EWS 2023-05-11 16:44:45 PDT
Committed 263989@main (a76b570905e9): <https://commits.webkit.org/263989@main>

Reviewed commits have been landed. Closing PR #13769 and removing active labels.