1
0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2024-09-22 09:31:42 +02:00
CanvasBlocker/lib/defaultSettings.js

24 lines
490 B
JavaScript
Raw Normal View History

2017-07-16 00:26:59 +02:00
"use strict";
var settings = {
logLevel: 100,
2017-07-16 00:26:59 +02:00
whiteList: "",
blackList: "",
blockMode: "fakeReadout",
minFakeSize: 1,
2017-07-16 00:26:59 +02:00
maxFakeSize: 0,
2017-08-07 17:43:57 +02:00
rng: "constant",
2017-08-07 21:03:34 +02:00
ignoreFrequentColors: 0,
2017-07-16 00:26:59 +02:00
persistentRndStorage: "",
storePersistentRnd: false,
askOnlyOnce: true,
showNotifications: true,
storeImageForInspection: false,
notificationDisplayTime: 30,
ignoreList: "",
showCallingFile: false,
showCompleteCallingStack: false,
enableStackList: false,
stackList: "",
isStillDefault: true
};