summaryrefslogtreecommitdiff
path: root/src/content
diff options
context:
space:
mode:
Diffstat (limited to 'src/content')
-rw-r--r--src/content/content.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/content/content.js b/src/content/content.js
index aea705e..b5905c8 100644
--- a/src/content/content.js
+++ b/src/content/content.js
@@ -104,7 +104,7 @@ async function init(oldPage = false) {
document.URL, document.contentType, document.readyState, window.frameElement && frameElement.data);
try {
- let {canScript, shouldScript} = await browser.runtime.sendMessage({type: "canScript"});
+ let {canScript, shouldScript} = await browser.runtime.sendMessage({type: "canScript", url: document.URL});
debug(`document %s, canScript=%s, shouldScript=%s, readyState %s`, document.URL, canScript, shouldScript, document.readyState);
if (canScript) {
if (oldPage) {