1
0
Fork 0
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:
ericgaspar 2022-05-03 13:00:50 +02:00
parent 5bea9c5aa7
commit 6897c28957
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -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 */