sergeant-savage / chatter

A small Rust websocket chat
MIT License
4 stars 4 forks source link

Implemented CSP #33

Closed Glacier150 closed 5 months ago

Glacier150 commented 5 months ago

Added meta tag for CSP frame-ancestors, set to none, in head of HTML file. This should prevent opening iframes from other websites, improving security.

sergeant-savage commented 5 months ago

This will close #28 .