Open andynd opened 3 years ago
@andynd Please can you mention which part of the document is affected? Settings on messages are documented here https://docs.rocket.chat/guides/administration/admin-panel/settings/message Please be sure to reopen this issue if needed.
But the issue is about http headers, not message settings. In fact, this issue does not have any relation whatsoever to your linked guid.
But the issue is about http headers, not message settings. In fact, this issue does not have any relation whatsoever to your linked guid.
Thank you. Please I'd love to resolve this. can you provide some details that can help look into it?
Working for the current (3.9.3) are the following ones:
If you want previews from youtube etc, you'd need to extend
frame-src
to either a whitelist or a wildcard. If you want favicons for links, you'd need to extendimg-src
to either a whitelist or a wildcard. The wss:// might look like a repetition, but is needed until Apple fixes Safari: https://github.com/w3c/webappsec-csp/issues/7This would protect (in so far that you could not use the attack to exfiltrate data to another origin, you could still inject scripts since we have to allow unsafe settings with the current release) you from XSS attacks like that one fixed in RocketChat/Rocket.Chat#19817
It would be very nice to improve from that and get ride of all "unsafe-inline", but that would need application support.