Block referrals to 3rd Party Sites

This commit is contained in:
Larry Meaney
2020-02-08 16:03:17 -08:00
parent 04f2fb3919
commit 1f0dde19e7
15 changed files with 15 additions and 0 deletions
@@ -20,6 +20,7 @@ require_once "$docroot/webGui/include/Helpers.php";
<head>
<meta name="robots" content="noindex, nofollow">
<meta http-equiv="Content-Security-Policy" content="block-all-mixed-content">
<meta name="referrer" content="same-origin">
<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>