Update site with CSP
See this link for details: https://infosec.mozilla.org/guidelines/web_security#content-security-policy Tested with: https://observatory.mozilla.org
This commit is contained in:
parent
dca539dd7a
commit
3ea12d86f5
1 changed files with 2 additions and 0 deletions
|
|
@ -5,6 +5,8 @@
|
|||
<title>Mike Wink - A PHP Developer</title>
|
||||
<meta name="viewport"
|
||||
content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Security-Policy"
|
||||
content="default-src https:">
|
||||
|
||||
<link rel="stylesheet"
|
||||
href="/build/styles.css">
|
||||
|
|
|
|||
Loading…
Reference in a new issue