aboutsummaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorstonedDiscord <Tukz@gmx.de>2022-03-18 20:20:14 +0100
committerGitHub <noreply@github.com>2022-03-18 20:20:14 +0100
commit5fc5c879d23a0e8a53f6c10aa7b94f41677fab9d (patch)
tree7c1e56fb2c297d63077b4bfb815742d8bd71588f /public
parent142068cf4786ebc67b10289af273148a855b31b4 (diff)
parentd02fc1e3fca96be995a7e6059eef65f52c24c756 (diff)
Merge pull request #121 from caleb-mabry/update-golden-layout
Update Golden Layout to V2.5.0
Diffstat (limited to 'public')
-rw-r--r--public/client.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/public/client.html b/public/client.html
index 6d3810a..4101979 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,10 +34,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>