diff options
author | hackademix | 2019-10-23 17:12:01 +0200 |
---|---|---|
committer | hackademix | 2019-10-25 23:19:48 +0100 |
commit | 51e115d3bcd2ad683f264e7d9c97347e0afac14e (patch) | |
tree | 4231163cdaca8ac54e7a0106d2fb54598ab4a1b8 /src/manifest.json | |
parent | 7f4c3450fdc6895bf36eeba9c3184a0814275a21 (diff) | |
download | noscript-51e115d3bcd2ad683f264e7d9c97347e0afac14e.tar.gz noscript-51e115d3bcd2ad683f264e7d9c97347e0afac14e.tar.xz noscript-51e115d3bcd2ad683f264e7d9c97347e0afac14e.zip |
Cleaner and tighter usage of SyncMessage to fetch policies.
Diffstat (limited to 'src/manifest.json')
-rw-r--r-- | src/manifest.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/manifest.json b/src/manifest.json index f3f6675..673a98d 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -92,8 +92,8 @@ "content/DocumentCSP.js", "content/onScriptDisabled.js", "content/staticNS.js", - "content/content.js", "content/PlaceHolder.js", + "content/content.js", "content/embeddingDocument.js", "content/webglHook.js", "content/media.js", |