Skip to content

Commit 2f49508

Browse files
committed
Update referrer <meta> to match current standards
Signed-off-by: Michal Čihař <michal@cihar.com>
1 parent 80cd2f4 commit 2f49508

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: libraries/Header.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -639,7 +639,7 @@ private function _getHtmlStart()
639639
private function _getMetaTags()
640640
{
641641
$retval = '<meta charset="utf-8" />';
642-
$retval .= '<meta name="referrer" content="none" />';
642+
$retval .= '<meta name="referrer" content="no-referrer" />';
643643
$retval .= '<meta name="robots" content="noindex,nofollow" />';
644644
$retval .= '<meta http-equiv="X-UA-Compatible" content="IE=Edge">';
645645
if (! $GLOBALS['cfg']['AllowThirdPartyFraming']) {

0 commit comments

Comments
 (0)