Skip to content

Subresource Integrity is recommended #33

@rynBenAmor

Description

@rynBenAmor

since in the project there is a cdn link for external resources, it is recommended to add an SRI Hash
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/tom-select.css" rel="stylesheet">
for example
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/tom-select.css" integrity="sha384-D38a4YkfhAHJJNBBA6EAJqXfPUXy+/g1zdveaMms96JDqJgUe/tN8+gxm0x0D1B+" crossorigin="anonymous">

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions