Browse Source

add default value

Gildas 2 years ago
parent
commit
64ba6cd95e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/core/bg/config.js

+ 1 - 0
src/core/bg/config.js

@@ -129,6 +129,7 @@ const DEFAULT_CONFIG = {
 	createRootDirectory: false,
 	selfExtractingArchive: true,
 	extractDataFromPage: true,
+	preventAppendedData: false,
 	insertTextBody: false,
 	autoSaveExternalSave: false,
 	insertMetaNoIndex: false,