防止JS文件被恶意引用

host = window.location.host;
if (host != "baidu.com") {
    location.href = "http://www.baidu.com";
}
如果觉得我的文章对你有用,请随意赞赏