about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/reducers/local_settings.js
diff options
context:
space:
mode:
authorThibaut Girka <thib@sitedethib.com>2019-08-01 18:48:16 +0200
committerThibG <thib@sitedethib.com>2019-08-04 22:25:56 +0200
commitff0ceb28b3f1b19a6851a482f8203e434e50f167 (patch)
tree97425ec183877166f5b23d143668a6b5df8a6eeb /app/javascript/flavours/glitch/reducers/local_settings.js
parent76b80a15119b5fbe19ec8b3329616c955a1e5af4 (diff)
Remove link rewriting option as it is easily bypassable
Diffstat (limited to 'app/javascript/flavours/glitch/reducers/local_settings.js')
-rw-r--r--app/javascript/flavours/glitch/reducers/local_settings.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/javascript/flavours/glitch/reducers/local_settings.js b/app/javascript/flavours/glitch/reducers/local_settings.js
index b020bdfb9..7477c5584 100644
--- a/app/javascript/flavours/glitch/reducers/local_settings.js
+++ b/app/javascript/flavours/glitch/reducers/local_settings.js
@@ -22,7 +22,7 @@ const initialState = ImmutableMap({
   hicolor_privacy_icons: false,
   show_content_type_choice: false,
   filtering_behavior: 'hide',
-  link_rewriting: 'tag',
+  tag_misleading_links: true,
   content_warnings : ImmutableMap({
     auto_unfold : false,
     filter      : null,