aboutsummaryrefslogtreecommitdiff
path: root/src/App.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/App.js')
-rw-r--r--src/App.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/App.js b/src/App.js
index 4301b5c..0d667f5 100644
--- a/src/App.js
+++ b/src/App.js
@@ -73,7 +73,8 @@ class App extends Component {
showAvatars: true,
postPassword: this.genPassword(),
embedYoutube: true,
- colorifyIDs: true
+ colorifyIDs: true,
+ browserId: false
};
if (lsSettings === null) {
localStorage.setItem("settings", JSON.stringify(defaultSettings));