mirror of
https://github.com/unraid/webgui.git
synced 2026-03-09 04:21:27 -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:
@@ -19,6 +19,7 @@ $var = parse_ini_file("/var/local/emhttp/var.ini");
|
||||
<!DOCTYPE HTML>
|
||||
<html>
|
||||
<head>
|
||||
<meta name="robots" content="noindex, nofollow">
|
||||
<link type="text/css" rel="stylesheet" href="<?autov('/webGui/styles/default-fonts.css')?>">
|
||||
<style>
|
||||
div.notice{background-color:#FFF6BF;text-align:center;height:80px;line-height:80px;border-top:2px solid #FFD324;border-bottom:2px solid #FFD324;font-family:clear-sans;font-size:18px;}
|
||||
|
||||
Reference in New Issue
Block a user