1
0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2024-06-29 14:42:44 +02:00
CanvasBlocker/lib/defaultSettings.js

4 lines
383 B
JavaScript

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