seeba8 / yet-another-pinboard-extension

Manage your Pinboard bookmarks in your browser.
GNU General Public License v3.0
30 stars 4 forks source link

Are host permissions needed for api.pinboard.com? #61

Open seeba8 opened 1 year ago

seeba8 commented 1 year ago

https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/manifest.json/permissions#host_permissions

I think I may be able to remove the host permissions, since I shouldn't have any CORS problems and I'm not doing anything with webrequests, cookies, etc.