From b6aa11f1f6ec4e9800d752301c9b799637a1c92f Mon Sep 17 00:00:00 2001 From: CyC2018 <1029579233@qq.com> Date: Sun, 1 Apr 2018 09:50:03 +0800 Subject: [PATCH] auto commit --- notes/HTTP.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/notes/HTTP.md b/notes/HTTP.md index 86b74e87..8f28999f 100644 --- a/notes/HTTP.md +++ b/notes/HTTP.md @@ -633,13 +633,13 @@ XSS 利用的是用户对指定网站的信任,CSRF 利用的是网站对用 假如一家银行用以执行转账操作的 URL 地址如下: -```html +``` http://www.examplebank.com/withdraw?account=AccoutName&amount=1000&for=PayeeName。 ``` 那么,一个恶意攻击者可以在另一个网站上放置如下代码: -```html +``` 。 ```