diff --git a/index.html b/index.html index e471109..03a9a77 100644 --- a/index.html +++ b/index.html @@ -9,6 +9,13 @@ +
diff --git a/server/csp.js b/server/csp.js index efe9c79..316fb17 100644 --- a/server/csp.js +++ b/server/csp.js @@ -18,14 +18,16 @@ export default { 'data:' ], 'script-src': [ - "'self'" + "'self'", + "https://gc.zgo.at" ], 'connect-src': [ "'self'", "ws://localhost:24678", "ws://localhost:8080", "wss://connectfour.calebevans.me", - "http://localhost:24678" + "http://localhost:24678", + "https://calebevans-connectfour.goatcounter.com/count" ], 'manifest-src': [ "'self'"