diff options
author | hackademix | 2019-07-21 23:29:19 +0200 |
---|---|---|
committer | hackademix | 2019-07-23 18:11:14 +0200 |
commit | e7c1761f7ca2710a398997c5d2efae32ad701ffd (patch) | |
tree | de024dea4263533cbc6b56941cd90f5e91451e0b /src/manifest.json | |
parent | 8f71c8f4d35f3af21b59439e7afb6ebf3b6ea8e8 (diff) | |
download | noscript-e7c1761f7ca2710a398997c5d2efae32ad701ffd.tar.gz noscript-e7c1761f7ca2710a398997c5d2efae32ad701ffd.tar.xz noscript-e7c1761f7ca2710a398997c5d2efae32ad701ffd.zip |
Restore "classic" pasted HTML sanitization feature (patch by barbaz with slight modifications).
Diffstat (limited to 'src/manifest.json')
-rw-r--r-- | src/manifest.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/manifest.json b/src/manifest.json index caba4ce..c0fdcb2 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -94,7 +94,8 @@ "content/PlaceHolder.js", "content/embeddingDocument.js", "content/webglHook.js", - "content/media.js" + "content/media.js", + "content/sanitizePaste.js" ] }, { |