David

Results 1142 comments of David

Other addons disable its features when dynamically disabled. For example, if you disable variable-manager while the Variables tab is open, it switches to another tab.

In issue #3315 mxmou has a point. We can usually split all addon CSS files into two categories. - Addon CSS: only affects elements added to the page by itself....

> Okay, so we'll just fix the styles unloading issue. I believe it's as simple as removing `"dynamicDisable": true`. `addon.self.disabled` can still be used even if an addon states that...

> With this implementation, we may even decide to make all permissions optional and show them to the user during onboarding, even on browsers that grant us required host permissions...

I don't think it will ever be necessary to ask for a scratchaddons.com host permission (we can always use a Scratch iframe if needed and configure CORS properly in our...

@DNin01 It's for the reminders, I'm not waiting for any followups.

To clarify, requesting the api and clouddata permissions directly is handy, as we can reach those subdomains from the background context with a normal fetch. But in theory, we could...

> Then the only benefit to requesting permission to scratchaddons.com would be that the user would understand why we are able to access it. I'm not the average user, but...

> But other websites can access them No...? Also, you want to distinguish between 1) making a request, 2) making a request with credentials/cookies, and 3) being able to read...