Closed tmartincpp closed 2 years ago
Same with version 3.7.7
The Linux client does not even start if the "sessions.bugsnag.com" cannot be reached! Steps to reproduce:
As data will be transferred without permission this should be relevant to the General Data Protection Regulation (GDPR). At least the homepage should not propose: Rocket.Chat does everything other platforms do, except exposing your data.
I am wondering if it is required that Rocket.Chat has to be contacted by a lawyer before this will be fixed?
We will be working as soon as possible. It's already on our priorities.
We will be working as soon as possible. It's already on our priorities.
Thx for the quick response. :+1: It would be great it progress would be posted...
Same with version 3.7.7
The Linux client does not even start if the "sessions.bugsnag.com" cannot be reached! Steps to reproduce:
1. echo "127.0.0.1 sessions.bugsnag.com" >> /etc/hosts 2. start the client or 3. echo "%IP_OF_A_SERVER_LISTENING_TO_443/TCP sessions.bugsnag.com" >> /etc/hosts 4. start the client
As data will be transferred without permission this should be relevant to the General Data Protection Regulation (GDPR). At least the homepage should not propose: Rocket.Chat does everything other platforms do, except exposing your data.
I am wondering if it is required that Rocket.Chat has to be contacted by a lawyer before this will be fixed?
I cannot reproduce your issue on my end :
$ ping sessions.bugsnag.com
PING localhost (127.0.0.1) 56(84) bytes of data.
64 bytes from localhost (127.0.0.1): icmp_seq=1 ttl=64 time=0.071 ms
$ telnet sessions.bugsnag.com 443
Trying 127.0.0.1...
telnet: Unable to connect to remote host: Connection refused
And RCE can be started normaly after this, maybe you are dropping packets on 127.0.0.1:443 ?
Thanks for your message anyway, I'm really glad we finally had an answer :+1:
Describe the bug Despite being disabled, BugSnag is still called on Rocket.Chat Electron (RCE) startup.
What operating system and which version? Debian 10 Which version of Rocket.Chat.Electron (Electron/Desktop)? 3.5.6 Is there any setting relevant changed? isReportEnabled is set to false
To Reproduce Steps to reproduce the behavior:
grep Report ~/.config/Rocket.Chat/config.json
)sudo tcpdump -ni any host sessions.bugsnag.com
)Expected behavior BugSnag should never be called if it's disabled in configuration file. Ideally bugsnag module should not even be loaded by RCE.
Related to :