Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How does discord/slack work and prefer to self host then? #39

Open
technikhil314 opened this issue Jul 2, 2024 · 1 comment
Open

How does discord/slack work and prefer to self host then? #39

technikhil314 opened this issue Jul 2, 2024 · 1 comment

Comments

@technikhil314
Copy link

I know this is very basic query and may be even naive one. But from the quote below which I read in the readme

developers of the private messaging application Signal signalapp/Signal-Desktop#871 that it was more secure to distribute their application as a versioned and signed package through an application store. They were concerned that self-hosting a web app would put their users at risk if their servers were compromised to serve malicious code.

I am wondering how does discord/slack make their apps secure? I know they must be using integrity attribute on subresource level but with new features in chrome dev tool to override response content and all isnt it more insecure and shouldnt slack/discord recommend to download app instead and decommision web app totally?

@reillyeon
Copy link
Collaborator

Those services have a different threat model because they don't support end-to-end encrypted messaging. Without that feature you can assume your own servers are trustworthy, which Signal does not.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants