From 3722a6e7ab0cb79177a049f718984e8b5b0ab867 Mon Sep 17 00:00:00 2001 From: Jordan Drake Date: Wed, 16 Oct 2024 10:35:08 +0100 Subject: [PATCH] Correct Chat CDN domain --- chat.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chat.mdx b/chat.mdx index 80ee65b..8380ad2 100644 --- a/chat.mdx +++ b/chat.mdx @@ -38,7 +38,7 @@ Here’s how to get started: If you are using a Content Security Policy on your website, you will need to add the following to your CSP: ```text -script-src https://cdn.plain.com; +script-src https://chat.cdn-plain.com; connect-src https://chat.uk.plain.com; style-src https://fonts.googleapis.com; ```