Merge pull request #588 from ljm42/master

Block referrals to 3rd Party Sites
This commit is contained in:
tom mortensen
2020-02-12 15:22:14 -08:00
committed by GitHub
15 changed files with 15 additions and 0 deletions
@@ -22,6 +22,7 @@ require_once "$docroot/webGui/include/Helpers.php";
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<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")?>">
<link type="text/css" rel="stylesheet" href="<?autov("/webGui/styles/font-awesome.css")?>">