zzarcon/microm

Demo doesn't work in Chrome 47

philfreo opened this issue · 7 comments

Cool library idea. I gave the demo a shot in OS X Chrome Version 47.0.2526.80 (64-bit) and recording didn't work. I see "error recording" in the console.

Ideas?

@philfreo true, that's quite critical, thanks for the report, I'll take a look now!

@philfreo just did a quick check and seems that this is the problem https://www.chromium.org/Home/chromium-security/prefer-secure-origins-for-powerful-new-features

The library works fine when the files are in the same domain, just I have to fix this for the demo. :)

Make the link secure and it starts working again:

https://zzarcon.github.io/microm/

#18

@adrianblynch done! Thanks you so much for the help.

Well thanks for your work on this project!

I have a use case in mind for work.

Cool, thanks. You should update your link in the Repo URL from https://zzarcon.github.io/microm (without trailing slash) to https://zzarcon.github.io/microm/ (with trailing slash) because without it, it actually redirects back to the non-https version.

@philfreo good point, changed now, thanks you!