Skip to content

Commit

Permalink
Fix Crisp CSP format (#688)
Browse files Browse the repository at this point in the history
  • Loading branch information
gregberge authored Jan 17, 2025
1 parent e3b2857 commit 827b288
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/many-plums-call.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@gitbook/integration-crisp': patch
---

Fix CSP format
4 changes: 2 additions & 2 deletions integrations/crisp/gitbook-manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ contentSecurityPolicy:
script-src: |
client.crisp.chat;
style-src: |
client.crisp.chat;
https://client.crisp.chat
client.crisp.chat
https://client.crisp.chat;
summary: |
# Overview
Expand Down

0 comments on commit 827b288

Please sign in to comment.