summaryrefslogtreecommitdiff
path: root/src/content/content.js
diff options
context:
space:
mode:
authorhackademix2018-09-10 11:34:22 +0200
committerhackademix2018-09-10 11:34:22 +0200
commitf88a6a6d6d16744b942970e9ba8a0ccd22e5c7b3 (patch)
tree11697b5856d074bfb507942a7fff2202be2588b2 /src/content/content.js
parent6414195445bebb2f6af896e2786302e820f0b263 (diff)
downloadnoscript-f88a6a6d6d16744b942970e9ba8a0ccd22e5c7b3.tar.gz
noscript-f88a6a6d6d16744b942970e9ba8a0ccd22e5c7b3.tar.xz
noscript-f88a6a6d6d16744b942970e9ba8a0ccd22e5c7b3.zip
Streamlined child policy content scripts.
Diffstat (limited to 'src/content/content.js')
-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 b185f4f..fc76906 100644
--- a/src/content/content.js
+++ b/src/content/content.js
@@ -54,7 +54,7 @@ var notifyPage = async () => {
debug(`No answer to fetchChildPolicy message. This should not be happening.`);
return;
}
- ns.setup(childPolicy.CURRENT, childPolicy.MARKER);
+ ns.setup(childPolicy.permissions, childPolicy.MARKER);
return;
}