Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: changing permission for url in manifest #460

Closed

Conversation

aatmanvaidya
Copy link
Collaborator

@aatmanvaidya aatmanvaidya commented Oct 31, 2023

This PR changes how we add permissions to the manifest.json file.

@duggalsu pointed out that Manifest v3 does not recommend adding URL's to permissions, instead they suggest we add URL's to host_permissions
host_permissions - https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/manifest.json/host_permissions

I have made this change for manifest.json and tested out in chromium based browsers. I have not made this change for firefox as it still uses manifest v2

@dennyabrain you can review this at your time of comfort and then merge it

@ghost
Copy link

ghost commented Oct 31, 2023

👇 Click on the image for a new way to code review

Review these changes using an interactive CodeSee Map

Legend

CodeSee Map legend

@aatmanvaidya aatmanvaidya added the level:ticket An issue that describes a ticket (initiative>feature>ticket) label Oct 31, 2023
@aatmanvaidya
Copy link
Collaborator Author

closing this for now, as will make a new PR against the development branch and not the main branch

@aatmanvaidya aatmanvaidya deleted the manifest-permission branch November 1, 2023 06:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
level:ticket An issue that describes a ticket (initiative>feature>ticket)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant