From 9737224281021fd29177106ded29997a2d42d4c2 Mon Sep 17 00:00:00 2001 From: yflory Date: Tue, 9 Jun 2020 10:44:37 +0200 Subject: [PATCH] Use safe links by defaults for new users --- www/common/outer/async-store.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/www/common/outer/async-store.js b/www/common/outer/async-store.js index 885bc1131..df2e2a710 100644 --- a/www/common/outer/async-store.js +++ b/www/common/outer/async-store.js @@ -41,6 +41,9 @@ define([ pad: { width: true }, + security: { + unsafeLinks: false + }, general: { allowUserFeedback: true }