File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,6 @@ Plain.init({
15
15
}],
16
16
17
17
// The color of your brand which will be used in parts of the Chat as well as the launcher color
18
- brandColor: ' #FF0000 ' ,
18
+ brandColor: ' #000000 ' ,
19
19
});
20
20
```
Original file line number Diff line number Diff line change @@ -28,3 +28,13 @@ Here’s how to get started:
28
28
Each new conversation in the Chat widget creates a new thread in Plain. You can view and respond to these threads in the Plain app.
29
29
</Step >
30
30
</Steps >
31
+
32
+ ## Content Security Policy (CSP)
33
+
34
+ If you are using a Content Security Policy on your website, you will need to add the following to your CSP:
35
+
36
+ ``` text
37
+ script-src https://cdn.plain.com;
38
+ connect-src https://chat.uk.plain.com;
39
+ style-src https://fonts.googleapis.com;
40
+ ```
You can’t perform that action at this time.
0 commit comments