We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
origins
1 parent cba2981 commit 5879eeeCopy full SHA for 5879eee
src/websockets/asyncio/server.py
@@ -599,7 +599,7 @@ def handler(websocket):
599
See :meth:`~asyncio.loop.create_server` for details.
600
port: TCP port the server listens on.
601
602
- origins: Acceptable values of the ``Origin`` header, for defending
+ origins: Acceptable values of the ``Origin`` header, including regular expressions, for defending
603
against Cross-Site WebSocket Hijacking attacks. Include :obj:`None`
604
in the list if the lack of an origin is acceptable.
605
extensions: List of supported extensions, in order in which they
0 commit comments