mirror of
https://github.com/unraid/webgui.git
synced 2026-03-13 14:30:29 -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:
@@ -18,6 +18,7 @@ require_once "$docroot/webGui/include/Helpers.php";
|
||||
<!DOCTYPE HTML>
|
||||
<html>
|
||||
<head>
|
||||
<meta name="robots" content="noindex, nofollow">
|
||||
<link type="text/css" rel="stylesheet" href="<?autov("/webGui/styles/default-fonts.css")?>">
|
||||
<link type="text/css" rel="stylesheet" href="<?autov("/webGui/styles/default-popup.css")?>">
|
||||
</head>
|
||||
|
||||
Reference in New Issue
Block a user