jonathanKingston / ember-cli-sri

Generation of SRI hashes for ember
MIT License
48 stars 15 forks source link

Integrity Hash Failing #24

Open thegranddesign opened 8 years ago

thegranddesign commented 8 years ago

@rwjblue I'm having an issue with Chrome rejecting the compiled JS due to the hash being incorrect. What do you need from me to help diagnose?

It's effectively a base Ember app so I don't have a problem zipping it up and sending it to you out of band.

jonathanKingston commented 8 years ago

Chrome version, OS, what you have changed, what the error states, etc.

On Mon, 18 Apr 2016, 03:40 thegranddesign, notifications@github.com wrote:

@rwjblue https://github.com/rwjblue I'm having an issue with Chrome rejecting the compiled JS due to the hash being incorrect. What do you need from me to help diagnose?

It's effectively a base Ember app so I don't have a problem zipping it up and sending it to you out of band.

— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub https://github.com/jonathanKingston/ember-cli-sri/issues/24

cdl commented 7 years ago

I was running across this with a customer, and I managed to replicate this with an old version of Chrome (46.x). Looks like the SHA that Chrome 46 is matching against is different from what's being generated from ember-cli-sri. (It no longer appears to be an issue with later versions of Chrome.)

thegranddesign commented 7 years ago

@jonathanKingston sorry for the delay. Probably like Chrome 50 at the time. It was a base ember app so ember new and then installing ember-cli-sri. I'm going to have to dig back in to get any more information since it's been a while.