christo-pr / dangerously-set-html-content

Render raw html at your own risk! v2
60 stars 8 forks source link

Script not working with Firefox #9

Closed michael-scheurer closed 1 year ago

michael-scheurer commented 1 year ago

The following script is working with Chrome, Brave etc. but not with Firefox. Any ideas how come?

<script id="infogram_0_f9a95501-dd35-4d1f-8a2b-936b023b53b9" title="Demonstrationen im Jahr 2022" src="https://e.infogram.com/js/dist/embed.js?Nxk" type="text/javascript"/>

christo-pr commented 1 year ago

Not really! we don't do any fancy thing with any JS code that is inserted, this probably is an issue from the script itself not the library.

I suggest you take a look at the JS code and see if what they are using doesn't cause any bug on those browsers, but for now, there's nothing in this lib that we could do to help you! Sorry.

michael-scheurer commented 1 year ago

Thanks for the super fast reply. We will take a closer look and find the cause ;)