Commit e8a5549
committed
Add required host_permissions for Klipy and GIPHY APIs
The Klipy migration removed the api.giphy.com host permission from the
manifest but didn't add an equivalent for api.klipy.com. With no required
host permission for the GIF API endpoints, content-script fetches from
github.com are blocked unless the user opts in to the optional
<all_urls> toggle (off by default in Firefox), causing a "Something went
wrong" error on install/update.
Restore host_permissions for both api.klipy.com (default provider) and
api.giphy.com (optional fallback when the user supplies their own key
via the options page) so search works out of the box.
Made-with: Cursor1 parent 2d7c8e5 commit e8a5549
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
26 | 30 | | |
27 | 31 | | |
28 | 32 | | |
| |||
0 commit comments