mirror of
https://github.com/unraid/webgui.git
synced 2026-04-23 18:48:49 -05:00
Block referrals to 3rd Party Sites
This commit is contained in:
@@ -31,6 +31,7 @@ if (array_key_exists('getdiagnostics', $_GET)) {
|
||||
<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")?>">
|
||||
<style>
|
||||
|
||||
Reference in New Issue
Block a user