diff options
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> |
