如何将表单标签添加到wordpress页面

时间:2014-01-24 17:20:03

标签: php wordpress xss

我想在wordpress页面添加表单标签(仪表板 - >页面 - >添加页面)

<form action="demo_form.php" method="get">
<textarea rows="4" cols="50" placeholder="add links..."></textarea>
  <input type="submit" value="Submit">
</form>

但我在控制台

中收到此错误
The XSS Auditor refused to execute a script in 'http://localhost/dbwp/?page_id=2310&preview=true&preview_id=2310&preview_nonce=0e7d5307ee' because its source code was found within the request. The auditor was enabled as the server sent neither an 'X-XSS-Protection' nor 'Content-Security-Policy' header. 

我怎么能解决它?

0 个答案:

没有答案