[Webkit-unassigned] [Bug 280680] New: [WebDriver][BiDi] Support the secure session flag
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Oct 1 06:19:33 PDT 2024
https://bugs.webkit.org/show_bug.cgi?id=280680
Bug ID: 280680
Summary: [WebDriver][BiDi] Support the secure session flag
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WebDriver
Assignee: webkit-unassigned at lists.webkit.org
Reporter: lmoura at igalia.com
CC: bburg at apple.com
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
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20241001/68f808f1/attachment.htm>
More information about the webkit-unassigned
mailing list