-
Notifications
You must be signed in to change notification settings - Fork 28
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
Extension is now asking read/write permission on all websites? #36
Comments
Yep I'm seeing this too. The extension got auto-disabled because of it and I'm concerned about turning it back on. |
I didn't change the permissions...why is that? https://github.com/kawamataryo/sky-follower-bridge/blob/main/package.json#L53-L57 I'll look into it. |
I will try to fix it so that it does not need unnecessary permissions. |
I found that either a bug in the build tool or an unnecessary web_accessible_resources permission was introduced and this was the cause of this Issue. Fixed in the following commit. 2721ee9 Unnecessary permissions will no longer be required with the 0.8.1 release. |
8.1 was released, but not fixed...😢 |
Fixed for me, thanks, and thank you for the extension too btw 😊 |
Hello,
it seems the latest version(s?) (0.8.0) is now asking read/write permission on all websites, is that expected?
Previously it was only asking for the websites set in
sky-follower-bridge/package.json
Lines 52 to 57 in 84a522c
Best,
The text was updated successfully, but these errors were encountered: