diff options
| author | caleb.mabry.15@cnu.edu <caleb.mabry.15@cnu.edu> | 2022-03-18 14:53:19 -0400 |
|---|---|---|
| committer | caleb.mabry.15@cnu.edu <caleb.mabry.15@cnu.edu> | 2022-03-18 14:53:19 -0400 |
| commit | cab55d2ef3d2f2835061f2c947c6cb63a47fb283 (patch) | |
| tree | 0824fdfcb3ce87dde41d055120cba7a43aae6d34 | |
| parent | df721fdce507625f7649e4d28eeffba7910533ab (diff) | |
LongByte was right
| -rw-r--r-- | public/client.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/public/client.html b/public/client.html index 1ecab8f..297a284 100644 --- a/public/client.html +++ b/public/client.html @@ -20,7 +20,8 @@ <meta property="twitter:url" content="http://web.aceattorneyonline.com/"> <meta property="twitter:image" content="https://repository-images.githubusercontent.com/78860508/89fcba80-aafd-11e9-80db-c5b10c01aba9"> - <meta http-equiv="Content-Security-Policy" content="img-src 'self' data: file: *; + <meta http-equiv="Content-Security-Policy" content="style-src 'self' 'unsafe-inline' https://golden-layout.com; + img-src 'self' data: file: *; connect-src 'self' ws: file: *; media-src 'self' file: *;"> |
