I tried to embed my gist with github script. I have a NodeJS ExpressJS app, create a static page and paste script tag that was generated by github.gist. And now i got an error:
my-website:35 Cross-Origin Read Blocking (CORB) blocked cross-origin response https://gist.github.com/PinkyRabbit/7f2db625ae53d799b5ecc4b710c65644 with MIME type text/html. See https://www.chromestatus.com/feature/5629709824032768 for more details.
I tried to allow cors with the cors module, but even if I use default setting to open cors for all domains cors() - nothing changed, github.gists still blocked.