ahyatt / emacs-websocket

A websocket implementation in elisp, for emacs.
GNU General Public License v2.0
321 stars 42 forks source link

make origin available on server #81

Closed LogicalOverflow closed 1 year ago

LogicalOverflow commented 1 year ago

This make the value of Origin header sent by the client available when using the websocket server. This makes it easy to verify that browser establishing a connection is visiting a trusted origin.

ahyatt commented 1 year ago

Thank you for the change! I'll make a new release with this soon.