Merge pull request #69 from wagesj45/codex/fix-cors-errors-after-manifest-v3-upgrade

Add host permissions for Sortana
This commit is contained in:
Jordan Wages 2025-07-06 00:31:00 -05:00 committed by GitHub
commit 12e8c940b5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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.
- `menus` add context menu commands.
- `tabs` open new tabs and query the active tab.
- Host permissions (`*://*/*`) allow network requests to your configured classification service.
## Thunderbird Add-on Store Disclosures

View file

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