Link and execute external JavaScript file hosted on GitHub

前端 未结 15 1053
感动是毒
感动是毒 2020-11-22 04:08

When I try to change the linked reference of a local JavaScript file to a GitHub raw version my test file stops working. The error is:

Refused to exe

15条回答
  •  余生分开走
    2020-11-22 04:32

    https://raw.githack.com/

    found this site supply a CDN for

    • remove nosniff http header
    • fix mime type by ext name

    and this site:

    https://rawgit.com/

    NOTE: RawGit has reached the end of its useful life

提交回复
热议问题