mirror of
https://github.com/unraid/webgui.git
synced 2026-03-13 14:30:29 -05:00
Block referrals to 3rd Party Sites
This commit is contained in:
@@ -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")?>">
|
||||
|
||||
Reference in New Issue
Block a user