diff options
| author | Caleb Mabry <36182383+caleb-mabry@users.noreply.github.com> | 2022-03-23 15:31:04 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-23 15:31:04 -0400 |
| commit | 46d63b5ba4eeb30ac1f5add49b03b1aed8ae0328 (patch) | |
| tree | 228ef1f017ce0320f3d210a557d2803a03ec73e1 /public/client.html | |
| parent | 0b6b4b085cee48248fe2025a2514252ee20ee774 (diff) | |
| parent | 2e734ec14fc760f80e2a9dc81cdf9269220bb791 (diff) | |
Merge branch 'master' into moving-audio-channels
Diffstat (limited to 'public/client.html')
| -rw-r--r-- | public/client.html | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/public/client.html b/public/client.html index 6d3810a..f30e708 100644 --- a/public/client.html +++ b/public/client.html @@ -21,8 +21,8 @@ <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; + style-src-elem 'self' 'unsafe-inline' https://golden-layout.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: *; connect-src 'self' ws: file: *; @@ -34,14 +34,13 @@ <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> - <script src="client.b.js?v=1.0.2"></script> </head> <body> |
