diff options
| author | sD <stoned@derpymail.org> | 2020-03-15 03:53:14 +0100 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2020-03-15 03:53:14 +0100 |
| commit | 48765fcf45746786977d9ab3a865fd3701a79726 (patch) | |
| tree | 0439038f56ab6cb936a41fbb3953e40cfc8f066f /webAO/index.html | |
| parent | 50eca684345fded6f792bfe331cc66be863d8769 (diff) | |
allow inline style on index
Diffstat (limited to 'webAO/index.html')
| -rw-r--r-- | webAO/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/webAO/index.html b/webAO/index.html index e4e4c9e..129cac6 100644 --- a/webAO/index.html +++ b/webAO/index.html @@ -7,9 +7,9 @@ <meta name="description" content=""> <meta name="author" content=""> - <meta http-equiv="Content-Security-Policy" content="default-src 'self' 'unsafe-inline' 'unsafe-eval' *.aceattorneyonline.com; style-src 'self' https://fonts.googleapis.com; font-src 'self' https://fonts.gstatic.com; connect-src 'self' ws:;"> - <meta http-equiv="X-Content-Security-Policy" content="default-src 'self' 'unsafe-inline' 'unsafe-eval' *.aceattorneyonline.com; style-src 'self' https://fonts.googleapis.com; font-src 'self' https://fonts.gstatic.com; connect-src 'self' ws:;"> - <meta http-equiv="X-WebKit-CSP" content="default-src 'self' 'unsafe-inline' 'unsafe-eval' *.aceattorneyonline.com; style-src 'self' https://fonts.googleapis.com; font-src 'self' https://fonts.gstatic.com; connect-src 'self' ws:;"> + <meta http-equiv="Content-Security-Policy" content="default-src 'self' 'unsafe-inline' 'unsafe-eval' *.aceattorneyonline.com; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com; font-src 'self' https://fonts.gstatic.com; connect-src 'self' ws:;"> + <meta http-equiv="X-Content-Security-Policy" content="default-src 'self' 'unsafe-inline' 'unsafe-eval' *.aceattorneyonline.com; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com; font-src 'self' https://fonts.gstatic.com; connect-src 'self' ws:;"> + <meta http-equiv="X-WebKit-CSP" content="default-src 'self' 'unsafe-inline' 'unsafe-eval' *.aceattorneyonline.com; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com; font-src 'self' https://fonts.gstatic.com; connect-src 'self' ws:;"> <link href="https://fonts.googleapis.com/css?family=Poiret+One" rel="stylesheet"> <link href="https://fonts.googleapis.com/css?family=Oswald%7CRoboto+Condensed" rel="stylesheet"> |
