diff --git a/.eslintrc.js b/.eslintrc.js
index f2a7957..d9f7270 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -9,6 +9,7 @@ module.exports = {
"webextensions": true
},
"globals": {
+ "Utils": true,
"CustomizableUI": true,
"CustomizableWidgets": true,
"SessionStore": true,
diff --git a/webextension/confirm-page.html b/webextension/confirm-page.html
index 09d4852..20d11c8 100644
--- a/webextension/confirm-page.html
+++ b/webextension/confirm-page.html
@@ -27,6 +27,7 @@
+