1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/cryptpad_ynh.git synced 2024-09-03 18:26:14 +02:00

Fix missing YunoHost tile (when logged-in)

This commit is contained in:
Jimmy Monin 2017-07-25 08:30:03 +02:00
parent 88e0466a35
commit 96578bb0d6

View file

@ -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.