Disabling the X-Redirect-By response header

Is there a clean way to not have WordPress send the X-Redirect-By response header when redirects happen? I'd like t

Is there a clean way to not have WordPress send the X-Redirect-By response header when redirects happen? I'd like to disable it in order not to expose information about our software stack. Something I can hook into functions.php perhaps?

Is there a clean way to not have WordPress send the X-Redirect-By response header when redirects happen? I'd like to disable it in order not to expose information about our software stack. Something I can hook into functions.php perhaps?

Share Improve this question asked Jun 9, 2020 at 14:41 PieterPieter 1431 gold badge1 silver badge5 bronze badges
Add a comment  | 

1 Answer 1

Reset to default 4

This line added to functions.php (ideally in a child theme, or a plugin) will remove it:

add_filter( 'x_redirect_by', '__return_false' );

发布者:admin,转转请注明出处:http://www.yc00.com/questions/1742361342a4429452.html

相关推荐

  • Disabling the X-Redirect-By response header

    Is there a clean way to not have WordPress send the X-Redirect-By response header when redirects happen? I'd like t

    2小时前
    20

发表回复

评论列表(0条)

  • 暂无评论

联系我们

400-800-8888

在线咨询: QQ交谈

邮件:admin@example.com

工作时间:周一至周五,9:30-18:30,节假日休息

关注微信