diff --git a/core/templates/layout.base.php b/core/templates/layout.base.php index a5096b87b93f6a8f095866a2f74f87e07dfac7c0..043ac32fbc698140a11a15ef5a65a53776bfc08c 100644 --- a/core/templates/layout.base.php +++ b/core/templates/layout.base.php @@ -6,7 +6,7 @@ <?php p($theme->getTitle()); ?> </title> <meta http-equiv="X-UA-Compatible" content="IE=edge"> - <meta name="referrer" content="never"> + <meta name="referrer" content="no-referrer"> <meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0"> <meta name="theme-color" content="<?php p($theme->getColorPrimary()); ?>"> <link rel="icon" href="<?php print_unescaped(image_path('', 'favicon.ico')); /* IE11+ supports png */ ?>"> diff --git a/core/templates/layout.guest.php b/core/templates/layout.guest.php index e208af3c5079ac711e92e954f3d8cee46259b2fe..21bd72fc88b7dc88f70fe3a1b2f4a4143de42a68 100644 --- a/core/templates/layout.guest.php +++ b/core/templates/layout.guest.php @@ -6,7 +6,7 @@ <?php p($theme->getTitle()); ?> </title> <meta http-equiv="X-UA-Compatible" content="IE=edge"> - <meta name="referrer" content="never"> + <meta name="referrer" content="no-referrer"> <meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0"> <meta name="apple-itunes-app" content="app-id=<?php p($theme->getiTunesAppId()); ?>"> <meta name="theme-color" content="<?php p($theme->getColorPrimary()); ?>"> diff --git a/core/templates/layout.user.php b/core/templates/layout.user.php index c6885f692d5d20b9bf4379068cfca170f368b62c..c8c8ec84efae831aa2b5ea0138c26215edbcd6b2 100644 --- a/core/templates/layout.user.php +++ b/core/templates/layout.user.php @@ -9,7 +9,7 @@ ?> </title> <meta http-equiv="X-UA-Compatible" content="IE=edge"> - <meta name="referrer" content="never"> + <meta name="referrer" content="no-referrer"> <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0"> <meta name="apple-itunes-app" content="app-id=<?php p($theme->getiTunesAppId()); ?>"> <meta name="apple-mobile-web-app-capable" content="yes">