Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README_zh.md #18

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@

不幸的是,这不会阻止上面的请求由于它没有使用JavaScript(因此CORS不适用)。

### 检验referrer头部
### 检验referer头部

不幸的是,检验referrer头部很麻烦
但是你可以阻止那些referrer头部不是来自你的页面的请求
不幸的是,检验referer头部很麻烦
但是你可以阻止那些referer头部不是来自你的页面的请求
这实在不值得麻烦。

举个例子,你不能加载session如果这个请求的referrer头部不是你的服务器
举个例子,你不能加载session如果这个请求的referer头部不是你的服务器

### GET总是幂等的

Expand Down