mirror of
https://github.com/unraid/webgui.git
synced 2026-05-06 12:21:34 -05:00
Set robots "noindex, nofollow" metatag on all pages, in case a user opens their system up to the internet.
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="format-detection" content="telephone=no">
|
||||
<meta name="robots" content="noindex">
|
||||
<meta name="robots" content="noindex, nofollow">
|
||||
<link type="image/png" rel="shortcut icon" href="/webGui/images/<?=$var['mdColor']?>.png">
|
||||
<link type="text/css" rel="stylesheet" href="<?autov("/webGui/styles/default-fonts.css")?>">
|
||||
<link type="text/css" rel="stylesheet" href="<?autov("/webGui/styles/font-awesome.css")?>">
|
||||
|
||||
Reference in New Issue
Block a user