diff options
| author | shpuld <shp@cock.li> | 2019-01-26 17:59:59 +0200 |
|---|---|---|
| committer | shpuld <shp@cock.li> | 2019-01-26 17:59:59 +0200 |
| commit | 676acdbf82726cd78ce8611d4c6ba78c58b8fc4c (patch) | |
| tree | b4a286956c8366cc5a711109186f1ef7a800513f /static | |
| parent | 0ab828bb30e70e190c1b26eda658ea1d14cc129f (diff) | |
Add default config for new options, fix firefox inline playing
Diffstat (limited to 'static')
| -rw-r--r-- | static/config.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/static/config.json b/static/config.json index 24e26696..aac93f70 100644 --- a/static/config.json +++ b/static/config.json @@ -19,5 +19,8 @@ "loginMethod": "password", "webPushNotifications": false, "noAttachmentLinks": false, - "nsfwCensorImage": "" + "nsfwCensorImage": "", + "useOneClickNsfw": true, + "playVideosInline": false, + "useContainFit": false } |
