Hide Referrer on click

后端 未结 8 717
暗喜
暗喜 2020-12-02 11:39

I want to hide the referrer when I click a link on my website. To understand better what I want to do: When somebody clicks a link on my website, I don\'t want the other web

8条回答
  •  遥遥无期
    2020-12-02 12:21

    As of 2015 this is how you prevent sending the Referer header:

    Just add this to the head section of the web page. Works both for links and for Ajax requests.

提交回复
热议问题