Hi,
I ran into an error when using the code:
Refused to execute script from 'https://cdn.syndication.twimg.com/widgets/timelines/....' because its MIME type ('application/json') is not executable, and strict MIME type checking is enabled.
So I had to modify code for it to return a JSONP object instead using this: https://json2jsonp.com/
Hi, I ran into an error when using the code: Refused to execute script from 'https://cdn.syndication.twimg.com/widgets/timelines/....' because its MIME type ('application/json') is not executable, and strict MIME type checking is enabled.
So I had to modify code for it to return a JSONP object instead using this: https://json2jsonp.com/
Is there any other way around this?
Thanks!