diff options
| author | caleb.mabry.15@cnu.edu <caleb.mabry.15@cnu.edu> | 2022-03-18 12:31:58 -0400 |
|---|---|---|
| committer | caleb.mabry.15@cnu.edu <caleb.mabry.15@cnu.edu> | 2022-03-18 12:31:58 -0400 |
| commit | df721fdce507625f7649e4d28eeffba7910533ab (patch) | |
| tree | 22225e8519771b0573735242dd97b8d78276f9d1 /public | |
| parent | 2b47bc4dd7af5f0ed4b12ab0f55a0d44f483e11a (diff) | |
Final touches
Diffstat (limited to 'public')
| -rw-r--r-- | public/client.html | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/public/client.html b/public/client.html index 6d3810a..1ecab8f 100644 --- a/public/client.html +++ b/public/client.html @@ -20,11 +20,7 @@ <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="script-src-elem 'self' 'unsafe-inline' https://ajax.googleapis.com; - script-src 'self' 'unsafe-inline' 'unsafe-eval' https://ajax.googleapis.com; - style-src-elem 'self' 'unsafe-inline' https://golden-layout.com; - style-src 'self' 'unsafe-inline' https://golden-layout.com; - img-src 'self' data: file: *; + <meta http-equiv="Content-Security-Policy" content="img-src 'self' data: file: *; connect-src 'self' ws: file: *; media-src 'self' file: *;"> @@ -34,10 +30,12 @@ <link rel="stylesheet" type="text/css" href="styles/default.css?v=1.0.1" id="client_theme"> <link rel="stylesheet" type="text/css" href="styles/chatbox/aa.css?v=1.0.1" id="chatbox_theme"> <link rel="stylesheet" type="text/css" href="styles/nameplates.css" id="nameplate_setting"> - <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script> <link type="text/css" rel="stylesheet" href="golden/css/goldenlayout.css" /> <link type="text/css" rel="stylesheet" href="https://golden-layout.com/files/latest/css/goldenlayout-dark-theme.css" /> + + + <script src="lib/jdataview.min.js"></script> <script src="lib/gify.min.js"></script> <script src="ui.b.js"></script> |
