diff options
| author | sD <stoned@derpymail.org> | 2020-03-15 03:49:48 +0100 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2020-03-15 03:49:48 +0100 |
| commit | 50eca684345fded6f792bfe331cc66be863d8769 (patch) | |
| tree | 6443e7dda94bb4b7f289b4ae4d81f917c219e8c5 /webAO/index.html | |
| parent | 2228b820af936ca27bb18fb0f52c013e29a4ce27 (diff) | |
add content policy and make wasabi use https
Diffstat (limited to 'webAO/index.html')
| -rw-r--r-- | webAO/index.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/webAO/index.html b/webAO/index.html index fca9173..e4e4c9e 100644 --- a/webAO/index.html +++ b/webAO/index.html @@ -6,6 +6,11 @@ <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <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:;"> + <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"> <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon"> |
