MauriceNino / dashdot

A simple, modern server dashboard, primarily used by smaller private servers
https://getdashdot.com/
MIT License
2.53k stars 95 forks source link

[Bug] Malwarebytes Browser Guard blocks dashdot due to phishing #1045

Closed FireFingers21 closed 5 months ago

FireFingers21 commented 5 months ago

Description of the bug

When visiting dashdot from Firefox with the Malwarebytes Browser Guard extension enabled, Malwarebytes blocks the website from loading due to phishing. I'm not sure if this is just an error with Malwarebytes or if dashdot is doing something in the background it shouldn't be.

Screenshot

How to reproduce

This seems to be reproducible with any dashdot instance, as it worked with my own instance as well as the https://dash.mauz.dev/ demo instance. Just make sure you have the Browser Guard extension and all its protections enabled.

Relevant log output

No response

Info output of dashdot cli

No response

What browsers are you seeing the problem on?

Firefox

Where is your instance running?

Desktop PC (Linux)

Additional context

No response

MauriceNino commented 5 months ago

Dashdot does not collect any data on any instances, not even the public demo. There is nothing in there that could be phishing for your data. No kind of cookies that it saves or reads. The only thing it does, is saving your settings (light/dark mode) into localStorage. But that is basically it for storage access.

I don't know why this happens with your extension, but I can guarantee you, that Dashdot does not try to steal your data. If you think otherwise, you are of course able to check every line of code in this repository and if you are still skeptical, you can build it yourself.

So I will close this for now, as I am not sure what could be changed in Dashdot to make this notification go away, but I am very sure that I am not trying to gather any data by any means.