Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 745 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 745 Bytes

noCORS

代理访问资源,避开CORS~

同时支持二次http代理,避免资源无法访问~

支持防盗链~


使用说明:

  1. 克隆代码 git clone git@github.com:rcqed/noCORS.git
  2. cd到目录,npm install
  3. npm start
  4. 愉快使用吧~

其它修改项:

  1. 修改proxyServer为http代理服务器(如不用二次http代理也可以不改)
  2. 修改listen的6006和ip地址为自己的~
  3. 修改allowedReferers为允许的域名~
  4. 修改refererCheck来允许空referer访问