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 14a9830 + e8a12e2 commit af60787Copy full SHA for af60787
Classes/ContentSecurityPolicy/EventListener/FrontendListener.php
@@ -29,6 +29,11 @@ public function __invoke(PolicyMutatedEvent $event): void
29
new UriValue($formcycleUrl),
30
);
31
32
+ $event->getCurrentPolicy()->extend(
33
+ Directive::StyleSrcElem,
34
+ new UriValue($formcycleUrl),
35
+ );
36
+
37
$event->getCurrentPolicy()->extend(
38
Directive::FontSrc,
39
0 commit comments