WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
280680
[WebDriver][BiDi] Support the secure session flag
https://bugs.webkit.org/show_bug.cgi?id=280680
Summary
[WebDriver][BiDi] Support the secure session flag
Lauro Moura
Reported
2024-10-01 06:19:33 PDT
bug230615
is adding support for creating BiDi sessions associated to a classic session, currently in an unencrypted way. The current spec allows the user to request TLS-secured connections through a secure flag, which we don't support yet: Spec[1]:
> A WebSocket listener has a host, a port, a secure flag, and a list of WebSocket resources.
Spec[2]:
> If listener’s secure flag is set, then connections established from listener must be TLS encrypted.
[1]
https://w3c.github.io/webdriver-bidi/#listener-secure-flag
[2]
https://w3c.github.io/webdriver-bidi/#ref-for-listener-secure-flag
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2024-10-08 06:20:16 PDT
<
rdar://problem/137506973
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug