Misc/External Links
* try to prompt the brwoser to not send a referrer header when leaving the site.
This commit is contained in:
parent
43970189a6
commit
9a893e03d7
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
|||
// link to wowhead
|
||||
if (isset($this->redButtons[BUTTON_WOWHEAD])):
|
||||
if ($this->redButtons[BUTTON_WOWHEAD]):
|
||||
echo '<a href="'.$this->wowheadLink.'" rel="np" class="button-red"><em><b><i>Wowhead</i></b><span>Wowhead</span></em></a>';
|
||||
echo '<a href="'.$this->wowheadLink.'" rel="np" referrerpolicy="no-referrer" class="button-red"><em><b><i>Wowhead</i></b><span>Wowhead</span></em></a>';
|
||||
else:
|
||||
echo '<a href="javascript:;" class="button-red button-red-disabled"><em><b><i>Wowhead</i></b><span>Wowhead</span></em></a>';
|
||||
endif;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue