Zitat von
Spooky
Kannst du dir aber vom nelmio_security.csp_listener holen, bspw. über einen parseTemplate Hook.
Müsste das nicht eigentlich wie folgt funktionieren?
PHP-Code:
System::getContainer()->get('nelmio_security.csp_listener');
Wenn ich das (unter Contao 4.13) versuche, erhalte ich nämlich leider nur die Meldung
Code:
request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\ServiceNotFoundException: "The "nelmio_security.csp_listener" service or alias has been removed or inlined when the container was compiled. You should either make it public, or stop using the container directly and use dependency injection instead."
contao-console debug:container gibt den Container zurück.