如何在Wordpress实现中添加HTTP标头

时间:2012-11-02 02:31:57

标签: wordpress http

根据Refused to execute a JavaScript script. Source code of script found within request,我想将此代码发送到我的Wordpress网站页面:

<?php header("X-XSS-Protection: 0");?>

我把它放在哪里?

1 个答案:

答案 0 :(得分:1)

你可以将它放在wordpress docroot中index.php的顶部。您需要在发送任何内容之前修改标题。

如果您使用新的worpress版本更新您的网站,您可能会失去此更改。请注意。