We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e387d90 commit c9c8c60Copy full SHA for c9c8c60
lib/public/AppFramework/Http/ContentSecurityPolicy.php
@@ -49,7 +49,7 @@ class ContentSecurityPolicy extends EmptyContentSecurityPolicy {
49
* TODO: Disallow per default
50
* @link https://github.com/owncloud/core/issues/11925
51
*/
52
- protected $evalScriptAllowed = true;
+ protected $evalScriptAllowed = false;
53
/** @var array Domains from which scripts can get loaded */
54
protected $allowedScriptDomains = [
55
'\'self\'',
0 commit comments