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

View File

@@ -27,6 +27,7 @@ $hash = trim(explode(':',$hash)[1]);
<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")?>">