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

Does the plugin need to access my data from all websites? #11

Open
ZiadJ opened this issue Dec 24, 2022 · 5 comments
Open

Does the plugin need to access my data from all websites? #11

ZiadJ opened this issue Dec 24, 2022 · 5 comments

Comments

@ZiadJ
Copy link

ZiadJ commented Dec 24, 2022

I am a bit concerned about security so it would probably be a good idea to provide a version that does not require access to sensible information on the browser.

@siddsax
Copy link
Contributor

siddsax commented Dec 26, 2022

Thanks for the suggestion @ZiadJ. Maybe we can add separate releases on this repo to cater to that. It will be really helpful to know what sites you generally use the extension on. Then we can ask for accessing data on those domains only, with permissions via user actions on other sites.

@ZiadJ
Copy link
Author

ZiadJ commented Jan 3, 2023

I would assume that there are specific access types both Firefox and Chrome that only allow access to textboxes that are not of the password type for instance. If so that would be a good start I'd say.

@siddsax
Copy link
Contributor

siddsax commented Jan 3, 2023

@ZiadJ the chrome extension permissions are not as granular as one would like it to be. What it offers is that we can interact with the content in the tab via the "tabs" permission. So it is binary wrt the site that is being used. Hence what we can do is remove some specific sites one by one where any security issues might be there.

But to ensure privacy and security, our chrome extension like any other extension goes through a review process. This is done by the chrome web-store folks to ensure the extension does not have any malicious code.

The permission list doc.

@Manamama
Copy link

Manamama commented Jan 25, 2023

Thank you for this explanation. I needed it after installing via the https://merlin.foyer.work/ way. BTW, I have just praised it on a very public professional site (not GitHub).

@siddsax
Copy link
Contributor

siddsax commented Feb 14, 2023

Thanks a lot @Manamama for your support! :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants