There was an error while loading. Please reload this page.
1 parent 68485be commit a5050a9Copy full SHA for a5050a9
2 files changed
lib/Listener/CSPListener.php
@@ -30,6 +30,7 @@ public function handle(Event $event): void {
30
31
$csp = new ContentSecurityPolicy();
32
$csp->addAllowedWorkerSrcDomain('blob:');
33
+ $csp->addAllowedConnectDomain('blob:');
34
$event->addPolicy($csp);
35
}
36
psalm.xml
@@ -11,7 +11,7 @@
11
resolveFromConfigFile="true"
12
ensureOverrideAttribute="false"
13
strictBinaryOperands="false"
14
- phpVersion="8.1"
+ phpVersion="8.2"
15
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
16
xmlns="https://getpsalm.org/schema/config"
17
xsi:schemaLocation="https://getpsalm.org/schema/config vendor-bin/psalm/vendor/vimeo/psalm/config.xsd"
0 commit comments