- HTTP劫持
- DNS劫持
- XSS跨站脚本
- URL被劫持标记参数
- flash img+a iframe
- window.open
- 非法标签(难以界定)
- 白名单检查script链接
- 白名单检查非法资源的src,href
- 移除广告节点
- 劫持信息上报
- 有必要移除非法script节点吗?
- 假如拦截了外链就安全了吗?
- 被劫持后漂白的代码怎么办?
- 插入广告函数定时执行怎么办?
- 非法dom节点能界定清楚吗?
- 非法dom节点能智能处理吗?
- 跨哉post上报日志
- 修改现有标签属性setAttribute
- srcdoc或src函数修改iframe内容
- 修改src,style,javascript:void(0)
- document.write
- document.writeln
- Element.prototype.appendChild
- Element.prototype.insertBefore
- Element.prototype.replaceChild
- Element.prototype.innerHTML
- Subresource Integrity
- Content Security Policy
- Element.prototype.innerHTML
- HTMLElement.prototype.replaceChild、appendChild、insertBefore
- Function.prototype.call、apply
- DOMNodeInserted
- MutationObserver
- navigator.sendBeacon