Skip to content
This repository has been archived by the owner on Jul 13, 2021. It is now read-only.

Commit

Permalink
Request permission to access all websites on Firefox again
Browse files Browse the repository at this point in the history
  • Loading branch information
Wladimir Palant committed Aug 6, 2017
1 parent f7cfb1f commit cdce57a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gulpfile.js
Expand Up @@ -101,6 +101,7 @@ gulp.task("xpi", ["validate"], function()
{
delete manifestData.minimum_chrome_version;
delete manifestData.minimum_opera_version;
manifestData.permissions = ["http://*/*", "https://*/*"];
}).pipe(gulp.dest(dir));
});

Expand Down

3 comments on commit cdce57a

@dgutov
Copy link

@dgutov dgutov commented on cdce57a Aug 8, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@palant Could you put an explanation here, maybe?

@palant
Copy link
Owner

@palant palant commented on cdce57a Aug 8, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's explained here: https://palant.de/2017/08/05/revisiting-permission-prompt-for-firefox-extensions

And - yes, I'm totally unhappy with that mess.

@dgutov
Copy link

@dgutov dgutov commented on cdce57a Aug 8, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

Please sign in to comment.