#3182213 Add crossorigin attribute to script tags
3 unresolved threads
3 unresolved threads
Compare changes
@@ -33,6 +33,8 @@ class HtmlResponseSubscriber implements EventSubscriberInterface {
@@ -49,6 +51,36 @@ class HtmlResponseSubscriber implements EventSubscriberInterface {
- Wim Leers @wimleersMaintainer
TIL https://www.php.net/manual/en/function.quotemeta.php — never heard of this before!
Shouldn't this use
preg_quote()
though?