diff --git a/chrome/content/zotero/xpcom/singlefile.js b/chrome/content/zotero/xpcom/singlefile.js index 0912cf8d6f..f0eeb52554 100644 --- a/chrome/content/zotero/xpcom/singlefile.js +++ b/chrome/content/zotero/xpcom/singlefile.js @@ -32,7 +32,9 @@ Zotero.SingleFile = { removeUnusedFonts: true, removeFrames: true, removeImports: true, - removeScripts: true, + blockScripts: true, + blockVideos: true, + blockAudios: true, compressHTML: true, compressCSS: false, loadDeferredImages: true, @@ -58,8 +60,6 @@ Zotero.SingleFile = { progressBarEnabled: true, maxResourceSizeEnabled: false, maxResourceSize: 10, - removeAudioSrc: true, - removeVideoSrc: true, displayInfobar: true, displayStats: false, backgroundSave: true,