Add host permissions for endpoint access

This commit is contained in:
Jordan Wages 2025-07-06 00:29:46 -05:00
commit 8f5165dcec
2 changed files with 4 additions and 0 deletions

View file

@ -114,6 +114,7 @@ Sortana requests the following Thunderbird permissions:
- `accountsRead` list accounts and folders for move actions. - `accountsRead` list accounts and folders for move actions.
- `menus` add context menu commands. - `menus` add context menu commands.
- `tabs` open new tabs and query the active tab. - `tabs` open new tabs and query the active tab.
- Host permissions (`*://*/*`) allow network requests to your configured classification service.
## Thunderbird Add-on Store Disclosures ## Thunderbird Add-on Store Disclosures

View file

@ -42,5 +42,8 @@
"menus", "menus",
"scripting", "scripting",
"tabs" "tabs"
],
"host_permissions": [
"*://*/*"
] ]
} }