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.
2 parents 483641a + e8a12e2 commit 22e93ccCopy full SHA for 22e93cc
Classes/ContentSecurityPolicy/EventListener/FrontendListener.php
@@ -31,6 +31,11 @@ public function __invoke(PolicyMutatedEvent $event): void
31
new UriValue($formcycleUrl),
32
);
33
34
+ $event->getCurrentPolicy()->extend(
35
+ Directive::StyleSrcElem,
36
+ new UriValue($formcycleUrl),
37
+ );
38
+
39
$event->getCurrentPolicy()->extend(
40
Directive::FontSrc,
41
0 commit comments