ember-cli-sri icon indicating copy to clipboard operation
ember-cli-sri copied to clipboard

crossorigin attribute not being set

Open jcbvm opened this issue 9 years ago • 1 comments

When I enable SRI with:

SRI: {
    enabled: true,
    crossorigin: 'anonymous'
}

the crossorigin attribute will not be set, the integrity attribute does however. Am I missing something, fingerprinting is disabled in my setup and no origin is given.

jcbvm avatar Sep 06 '16 17:09 jcbvm

Experimentation shows that if you don't have a prepend: directive in the fingerprint: options, crossorigin: doesn't get set. @jonathanKingston ping.

pdehlke avatar Aug 25 '17 14:08 pdehlke