Stop link from sending referrer to destination

前端 未结 6 1995
陌清茗
陌清茗 2020-12-02 08:38

I have a page where I don\'t want the outbound links to send a referrer so the destination site doesn\'t know where they came from.

I\'m guessing this isn\'t possibl

6条回答
  •  伪装坚强ぢ
    2020-12-02 09:03

    Bigmack is on the right track, but a javascript location change still sends a referrer in firefox. Using a meta refresh seems to solve the problem for me.

    Link
    

提交回复
热议问题