I need to open a link from within jQuery but i need to avoid sending the referral information. In shorter words, i need to simulate rel=”noreferrer”
Is it feasible?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I think every browser out there automatically tacks this information onto all requests, and there’s no way to directly modify it with JavaScript.
After scouring the web, you do have a couple of options though:
All options are ugly and I wouldn’t recommend them for usability reasons. I’m basing this off of an old Google Answers question, but I think the answers stand.