Removed "clearclick" item from default settings.

This commit is contained in:
hackademix 2022-03-29 20:10:14 +02:00
parent f8e76aa5cf
commit 5067542a99
1 changed files with 0 additions and 1 deletions

View File

@ -35,7 +35,6 @@ var Defaults = {
xss: true,
cascadeRestrictions : false,
overrideTorBrowserPolicy: false, // note: Settings.update() on reset will flip this to true
clearclick: true,
}
};
let defaultsClone = JSON.parse(JSON.stringify(defaults));