-
-
Notifications
You must be signed in to change notification settings - Fork 83
Open
Description
("symfony/webpack-encore-bundle": "^1.14",)
I am using encore_entry_link_tags()
and encore_entry_script_tags()
in my templates.
crossorigin: 'anonymous
has been enabled in config/packages/webpack_encore.yaml
The behaviour I am seeing is that crossorigin="anonymous"
is only being added to the<script>
tags and not the <link>
tags. As a result JS loads ok, but CSS fails with CRS headers.
crossorigin
is supported for <link>
tags and should therefore be implemented.
Metadata
Metadata
Assignees
Labels
No labels