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
Radar WebKit Bug Importer
Comment 1 2024-10-08 06:20:16 PDT
Note You need to log in before you can comment on or make changes to this bug.