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:
parent
88e0466a35
commit
96578bb0d6
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ module.exports = {
|
||||||
contentSecurity: [
|
contentSecurity: [
|
||||||
"default-src 'none'",
|
"default-src 'none'",
|
||||||
"style-src 'unsafe-inline' 'self'",
|
"style-src 'unsafe-inline' 'self'",
|
||||||
"script-src 'self'",
|
"script-src 'self' 'unsafe-eval'",
|
||||||
"font-src 'self'",
|
"font-src 'self'",
|
||||||
|
|
||||||
/* child-src is used to restrict iframes to a set of allowed domains.
|
/* child-src is used to restrict iframes to a set of allowed domains.
|
||||||
|
|
Loading…
Reference in a new issue