Skip to content

Commit

Permalink
Add keys to websockets (#2375)
Browse files Browse the repository at this point in the history
  • Loading branch information
Elchi3 authored Dec 2, 2024
1 parent 3ae6084 commit 6f41ec4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions features/websockets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,8 @@ compat_features:
- api.WebSocketError.WebSocketError
- api.WebSocketError.closeCode
- api.WebSocketError.reason
- http.headers.Sec-WebSocket-Accept
- http.headers.Sec-WebSocket-Extensions
- http.headers.Sec-WebSocket-Key
- http.headers.Sec-WebSocket-Protocol
- http.headers.Sec-WebSocket-Version
5 changes: 5 additions & 0 deletions features/websockets.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,11 @@ compat_features:
# safari_ios: "6"
- api.WebSocket.extensions
- api.WebSocket.protocol_rfc_6455
- http.headers.Sec-WebSocket-Accept
- http.headers.Sec-WebSocket-Extensions
- http.headers.Sec-WebSocket-Key
- http.headers.Sec-WebSocket-Protocol
- http.headers.Sec-WebSocket-Version

# baseline: high
# baseline_low_date: 2015-07-29
Expand Down

0 comments on commit 6f41ec4

Please sign in to comment.