亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

前端如何防止xss攻擊

小新
380
2020-12-21 12:50:50
欄目: 網絡安全

前端如何防止xss攻擊

前端防止xss攻擊的方法:

過濾非法字符,例如:

// 過濾XSS反射型漏洞

filterInputTxt: function (html) {

html = html.replace(/(.*<[^>]+>.*)/g,""); // HTML標記

html = html.replace(/([\r\n])[\s]+/g, ""); // 換行、空格

html = html.replace(//g, ""); // HTML注釋

html = html.replace(/['"‘’“”!@#$%^&*{}!¥()()×+=]/g, ""); // 非法字符

html = html.replace("alert","");

html = html.replace("eval","");

html = html.replace(/(.*javascript.*)/gi,"");

if (html === "") {

html = "你好";

}

return html;

}

0
平安县| 丹阳市| 云浮市| 龙川县| 太白县| 鄂尔多斯市| 白城市| 湖北省| 玉田县| 格尔木市| 文昌市| 舒城县| 通许县| 太保市| 湛江市| 疏勒县| 扬州市| 湄潭县| 凤冈县| 临西县| 大田县| 济南市| 长寿区| 同仁县| 永善县| 浠水县| 仁怀市| 水城县| 嘉黎县| 灌阳县| 古丈县| 汕尾市| 牙克石市| 长泰县| 唐海县| 南木林县| 达孜县| 洞头县| 都匀市| 云霄县| 临沧市|