summaryrefslogtreecommitdiff
path: root/src/content/content.js
diff options
context:
space:
mode:
authorhackademix2018-09-09 18:59:52 +0200
committerhackademix2018-09-09 18:59:52 +0200
commit305c6779a71d61be9dc7b7eb79fa2c5fab410a9e (patch)
treed3e4c3398859ffd0679c6eecbdd5d07322662041 /src/content/content.js
parent193e706a997ec91e75b5eff664c0d3766ba5d469 (diff)
downloadnoscript-305c6779a71d61be9dc7b7eb79fa2c5fab410a9e.tar.gz
noscript-305c6779a71d61be9dc7b7eb79fa2c5fab410a9e.tar.xz
noscript-305c6779a71d61be9dc7b7eb79fa2c5fab410a9e.zip
Fix for various content script timing related issues.
Diffstat (limited to 'src/content/content.js')
-rw-r--r--src/content/content.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/content/content.js b/src/content/content.js
index c501282..b185f4f 100644
--- a/src/content/content.js
+++ b/src/content/content.js
@@ -54,8 +54,7 @@ var notifyPage = async () => {
debug(`No answer to fetchChildPolicy message. This should not be happening.`);
return;
}
- ns.config.CURRENT = childPolicy.CURRENT;
- ns.setup(childPolicy.DEFAULT, childPolicy.MARKER);
+ ns.setup(childPolicy.CURRENT, childPolicy.MARKER);
return;
}