Browse Source

add hidden option `blockAlternativeImages`

Gildas 1 year ago
parent
commit
76d18d28f9
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/core/bg/config.js

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

@@ -160,6 +160,7 @@ const DEFAULT_CONFIG = {
 	networkTimeout: 0,
 	woleetKey: "",
 	blockImages: false,
+	blockAlternativeImages: true,
 	blockStylesheets: false,
 	blockFonts: false,
 	blockScripts: true,