Ximi1970 / systray-x

SysTray-X: A system tray extension for Thunderbird. Needs both the addon AND the companion app installed to work. Will not work with TB flatpaks or snaps.
Mozilla Public License 2.0
217 stars 14 forks source link

permissions #102

Closed atomGit closed 3 years ago

atomGit commented 3 years ago

installing the .xpi prompts that it has access to the entire OS and this seems quite dangerous

am i missing something?

Manjaro Linux, KDE

Ximi1970 commented 3 years ago

image

You mean this message from TB? Every program you install can potentially access all your data. Even your OS.

Be aware that before TB 61 full access was standard for all the add-ons. But nowadays the message is triggered by requesting the experimental APIs to get full access in the manfest.json.

I need full access to count the unread messages because there is no API controlled by TB (untill TB 91) to do that. I also need full access to control the TB close button. also because there is no API implemented.

The code is opensource so you can check it yourself.

atomGit commented 3 years ago

yes, that is the prompt - thanks for your explanation