RESOLVED FIXED 256659
_wasPrivateRelayed is always true for custom schemes
https://bugs.webkit.org/show_bug.cgi?id=256659
Summary _wasPrivateRelayed is always true for custom schemes
Charlie Wolfe
Reported 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.
Attachments
Radar WebKit Bug Importer
Comment 1 2023-05-11 13:21:54 PDT
Charlie Wolfe
Comment 2 2023-05-11 13:31:48 PDT
EWS
Comment 3 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.
Note You need to log in before you can comment on or make changes to this bug.