Skip to content

Commit 827b288

Browse files
authored
Fix Crisp CSP format (#688)
1 parent e3b2857 commit 827b288

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.changeset/many-plums-call.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@gitbook/integration-crisp': patch
3+
---
4+
5+
Fix CSP format

integrations/crisp/gitbook-manifest.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ contentSecurityPolicy:
1818
script-src: |
1919
client.crisp.chat;
2020
style-src: |
21-
client.crisp.chat;
22-
https://client.crisp.chat
21+
client.crisp.chat
22+
https://client.crisp.chat;
2323
summary: |
2424
# Overview
2525

0 commit comments

Comments
 (0)