Skip to content

Commit

Permalink
Merge pull request #125 from nextcloud/dependabot/composer/nextcloud/…
Browse files Browse the repository at this point in the history
…coding-standard-1.2.3
  • Loading branch information
dependabot[bot] authored Aug 26, 2024
2 parents 53a2eeb + 32d13e8 commit 4fa5736
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
24 changes: 12 additions & 12 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/Listener/AddContentSecurityPolicyListener.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public function handle(Event $event): void {

$policy = new EmptyContentSecurityPolicy();

$policy->addAllowedConnectDomain("*");
$policy->addAllowedConnectDomain('*');
$event->addPolicy($policy);
}
}

0 comments on commit 4fa5736

Please sign in to comment.