mirror of
https://github.com/YunoHost-Apps/nextcloud_ynh.git
synced 2024-09-03 19:55:57 +02:00
Update app-02-Allow-for-eval-in-JS-scripts-for-YunoHost-tile.patch
This commit is contained in:
parent
5bea9c5aa7
commit
6897c28957
1 changed files with 3 additions and 3 deletions
|
@ -12,6 +12,6 @@ index e9ecf00036..8e69c8d2dc 100644
|
|||
- protected $evalScriptAllowed = false;
|
||||
+ // YunoHost patch: allow for eval in JS scripts for YunoHost tile
|
||||
+ protected $evalScriptAllowed = true;
|
||||
/** @var array Domains from which scripts can get loaded */
|
||||
protected $allowedScriptDomains = [
|
||||
'\'self\'',
|
||||
/** @var bool Whether strict-dynamic should be set */
|
||||
protected $strictDynamicAllowed = null;
|
||||
/** @var array Domains from which scripts can get loaded */
|
||||
|
|
Loading…
Add table
Reference in a new issue