We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec8f47c commit d1974fdCopy full SHA for d1974fd
1 file changed
solid/lib/Controller/StorageController.php
@@ -439,7 +439,7 @@ private function respond($response) {
439
$policy->addAllowedFontDomain("*");
440
$policy->addAllowedConnectDomain("*");
441
$policy->allowInlineStyle(true);
442
- $policy->allowInlineScript(true);
+ // $policy->allowInlineScript(true); - removed, this function no longer exists in NC28
443
$policy->allowEvalScript(true);
444
$result->setContentSecurityPolicy($policy);
445
0 commit comments