aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorVivian Lim <vivlim@pm.me>2018-06-28 21:39:25 -0700
committerVivian Lim <vvnl@pm.me>2018-06-28 23:39:55 -0700
commitb0cf050797702d6a7cc921c71b27cecb5ce234c6 (patch)
treef979935b07ac3d53b5cd441aab3416c4ea1a89a6 /static
parentab86e87e85afa3db390503821165cece64c39a3a (diff)
Add configuration option to enable click-through content warnings
Diffstat (limited to 'static')
-rw-r--r--static/config.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/static/config.json b/static/config.json
index 4dacfebe..4fdddf29 100644
--- a/static/config.json
+++ b/static/config.json
@@ -11,5 +11,6 @@
"whoToFollowLink": "https://vinayaka.distsn.org/?{{host}}+{{user}}",
"whoToFollowLinkDummy2": "https://followlink.osa-p.net/recommend.html",
"showInstanceSpecificPanel": false,
- "scopeOptionsEnabled": false
+ "scopeOptionsEnabled": true,
+ "clickThroughContentWarningsEnabled": true
}