ember-cli-sri
ember-cli-sri copied to clipboard
crossorigin attribute not being set
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.
Experimentation shows that if you don't have a prepend: directive in the fingerprint: options, crossorigin: doesn't get set. @jonathanKingston ping.