Link and execute external JavaScript file hosted on GitHub

前端 未结 15 1179
感动是毒
感动是毒 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:17

    This is no longer possible. GitHub has explicitly disabled JavaScript hotlinking, and newer versions of browsers respect that setting.

    Heads up: nosniff header support coming to Chrome and Firefox

提交回复
热议问题