1
0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2024-07-01 15:32:46 +02:00
CanvasBlocker/lib/defaultSettings.js

5 lines
417 B
JavaScript
Raw Normal View History

"use strict";
var settings = { whiteList: "", blackList: "", blockMode: "fakeReadout", maxFakeSize: 0, rng: "nonPersistent", persistentRndStorage: "", storePersistentRnd: false, askOnlyOnce: true, showNotifications: true,
storeImageForInspection: false, notificationDisplayTime: 30, ignoreList: "", showCallingFile: false, showCompleteCallingStack: false, enableStackList: false, stackList: ""
};