Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions fern/docs/pages/sdks/web/install.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,10 @@ Once the SDK is installed, the chat widget appears by default. If you are not us
});
</script>
```

To ensure seamless communication between the Web SDK and external services, you must configure your Content Security Policy (CSP) to allow access to specific domains.
- https://api.devrev.ai
- https://plug-platform.devrev.ai
- https://ingestion-useast1.devrev.ai - For organizations in the US East region.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [EkLine]

Confirm the link. The URL 'https://ingestion-useast1.devrev.ai' seems inaccessible with error code 404. It might be incorrect or improperly formatted. (EK20001)

- https://ingestion-eucentral1.devrev.ai - For organizations in the EU Central region.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [EkLine]

Confirm the link. The URL 'https://ingestion-eucentral1.devrev.ai' seems inaccessible with error code 404. It might be incorrect or improperly formatted. (EK20001)

- https://ingestion-apsouth1.devrev.ai - For organizations in the AP South region.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [EkLine]

Confirm the link. The URL 'https://ingestion-apsouth1.devrev.ai' seems inaccessible with error code 404. It might be incorrect or improperly formatted. (EK20001)

Loading