Skip to content

Commit

Permalink
Update options.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Janokisu committed Oct 11, 2022
1 parent 00813ca commit cf7e7a8
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions options.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,9 @@ const orange = "orange";
const FBox_URL = "http://fritz.box";

const AccessAllWebsitesPermissionRequest = {
origins: ["http://*/*","https://*/*"]
origins: ["http://*/*","https://*/*","file://*/*"]
};

//const AccessAllWebsitesPermissionRequest = {
// permissions: ["file://*/*"],
// origins: ["http://*/*","https://*/*"]
//};
//

let GL_alarm;
let GL_login = false;
let GL_password;
Expand Down

0 comments on commit cf7e7a8

Please sign in to comment.