this post was submitted on 11 Aug 2023
67 points (95.9% liked)

Firefox

17302 readers
71 users here now

A place to discuss the news and latest developments on the open-source browser Firefox

founded 4 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 11 points 1 year ago (1 children)

For what is worth, the pwaforfirefox project works beautifully, I use it with discord, teams and tidal everyday.

[–] [email protected] 4 points 1 year ago (3 children)

I don't like or use Discord but what's the benefit of using it as a web app vs the downloadable client?

[–] [email protected] 7 points 1 year ago

The native client has application level access to the rest of your machine. They use this to run process loggers "for the activity display", or the button that allows you to quickly stream a game if it's running. They could theoretically use this access for keylogging or accessing the mic without explicit user permission. Running the Discord web client keeps the source of collected telemetry within the webbrowser, which doesn't offer keylogging or process logger features, and requires explicit user permission to give websites access to a microphone, camera, or the screen for streaming.

Yes, they do process log on the native client, and from my own GDPR data request it appears they keep this data in detail for a couple of years: https://github.com/snapcrafters/discord/issues/43

[–] [email protected] 2 points 1 year ago (1 children)
  1. better privacy as no process scanning or direct access to cam/mic
  2. better performance as discord desktop app for windows still uses 32bit electron, which makes it slower than the web app
[–] [email protected] 2 points 1 year ago
  1. better security as you have an up to date browser engine unlike the desktop app
[–] [email protected] 1 points 1 year ago

In Linux the native client is quite bad,especially streaming, as its not hardware accelerated and doesn't stream sound. The browser version doesn't have any of those issues.