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
@@ -28,6 +28,7 @@ $themes2 = in_array($theme,['gray','azure']);
<meta name="viewport" content="width=1440">
<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="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/default-cases.css")?>">