diff --git a/index.html b/index.html index 28bcb01..66e3729 100644 --- a/index.html +++ b/index.html @@ -63,5 +63,25 @@ - +

+ \ No newline at end of file diff --git a/main.js b/main.js index 0bc6535..86a7c55 100644 --- a/main.js +++ b/main.js @@ -40,7 +40,7 @@ app.whenReady().then(() => { session .fromPartition("some-partition") .setPermissionRequestHandler((webContents, permission, callback) => { - const url = webContents.getURL(); + const url = webContents.getURL(); //unused? if (permission === "notifications") { // Approves the permissions request