Add host permissions for endpoint access
This commit is contained in:
parent
40835bd9f6
commit
8f5165dcec
2 changed files with 4 additions and 0 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -42,5 +42,8 @@
|
||||||
"menus",
|
"menus",
|
||||||
"scripting",
|
"scripting",
|
||||||
"tabs"
|
"tabs"
|
||||||
|
],
|
||||||
|
"host_permissions": [
|
||||||
|
"*://*/*"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue