summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/bg/Defaults.js12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/bg/Defaults.js b/src/bg/Defaults.js
index 892ee40..e30380b 100644
--- a/src/bg/Defaults.js
+++ b/src/bg/Defaults.js
@@ -10,12 +10,12 @@ var Defaults = {
showFullAddresses: false,
},
sync: {
- "global": false,
- "xss": true,
- "xssScanRequestBody": true,
- "xssBlockUnscannedPOST": false,
- "overrideTorBrowserPolicy": false, // note: Settings.update() on reset will flip this to true
- "clearclick": true,
+ global: false,
+ xss: true,
+ xssScanRequestBody: true,
+ xssBlockUnscannedPOST: false,
+ overrideTorBrowserPolicy: false, // note: Settings.update() on reset will flip this to true
+ clearclick: true,
}
};
let defaultsClone = JSON.parse(JSON.stringify(defaults));