1
I would like my user to be redirected without it being detected from source.
Example:<a href="ola.php">oi</a>
The ola.php takes the source, with the attribute $_SERVER['HTTP_REFERER'].
I would like my user to be redirected without being detected by http_referer, it is possible?
Utilize
<a href="ola.php" rel="noreferrer">oi</a>
– Valdeir Psr
Thanks friend!
– Luan pedro