本论坛限制本地搜索?

阅读:2268回复:1
2014-05-07 16:34
写私信
楼主#
用add to search bar加入本论坛搜索引擎,但是搜索时提示【Sorry, CSRF verification failed(token missing or incorrect),refresh to try again.】,本论坛是做了限制么?
2014-05-07 16:50
写私信
1楼#
这是页面源代码
<form action="https://www.firefox.net.cn/search-s-run" method="post">
                <input type="text" id="s" aria-label="搜索关键词" accesskey="s" placeholder="搜索其实很简单" x-webkit-speech speech name="keyword"/>
                <button type="submit" aria-label="搜索"><span>搜索</span></button>
            <input type="hidden" name="csrf_token" value="*********************"/><input type="hidden" name="csrf_token" value="*********************"/></form>
那个 csrf_token 就是用来做 csrf 验证的
不知道是和帐号绑定的
还是和session绑定的

phpwind的原生限制