From 96578bb0d6b615f9db42e2da34bb54eb747385ba Mon Sep 17 00:00:00 2001 From: Jimmy Monin Date: Tue, 25 Jul 2017 08:30:03 +0200 Subject: [PATCH] Fix missing YunoHost tile (when logged-in) --- conf/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/config.js b/conf/config.js index e580383..90b206e 100644 --- a/conf/config.js +++ b/conf/config.js @@ -23,7 +23,7 @@ module.exports = { contentSecurity: [ "default-src 'none'", "style-src 'unsafe-inline' 'self'", - "script-src 'self'", + "script-src 'self' 'unsafe-eval'", "font-src 'self'", /* child-src is used to restrict iframes to a set of allowed domains.