Skip to content

missing crossorigin tag (#56 needs more work ?) #184

@udf2457

Description

@udf2457

("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.

(Tag #42 #55 #56 )

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions