From f88a6a6d6d16744b942970e9ba8a0ccd22e5c7b3 Mon Sep 17 00:00:00 2001 From: hackademix Date: Mon, 10 Sep 2018 11:34:22 +0200 Subject: Streamlined child policy content scripts. --- src/content/content.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/content/content.js') 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; } -- cgit v1.2.3