我想在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.
我怎么能解决它?