diff options
Diffstat (limited to 'main_background.js')
-rw-r--r-- | main_background.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main_background.js b/main_background.js index 73aa47b..8cd52b2 100644 --- a/main_background.js +++ b/main_background.js @@ -1052,7 +1052,7 @@ async function editHtml(html, documentUrl, tabId, frameId, whitelisted) { } } - let license = false; + let license = null; if (first_script_src != '') { license = legacy_license_lib.check(first_script_src); } |