Skip to content

Commit c99beab

Browse files
authored
Merge pull request #280 from toi500/update-readme
Update README.md
2 parents 5b4433f + 57e1fa7 commit c99beab

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ You can also customize chatbot with different configuration
144144
blurredBackgroundColor: 'rgba(0, 0, 0, 0.4)', //The color of the blurred background that overlays the chat interface
145145
backgroundColor: 'white',
146146
},
147-
customCSS: '', // Add custom CSS styles. Use !important to override default styles
147+
customCSS: ``, // Add custom CSS styles. Use !important to override default styles
148148
chatWindow: {
149149
showTitle: true,
150150
showAgentMessages: true,
@@ -280,7 +280,7 @@ yarn start
280280

281281
**Important Notes:**
282282

283-
- You must specify which websites can embed each chatbot
283+
- To ensure secure embedding, you must explicitly whitelist the websites authorized to embed each chatbot. This configuration is done within the .env file. Note that this also applies to your server's URL when deployed to a cloud environment, or http://localhost:3001 for local development, if needed you must whitelist it as well.
284284
- Wildcard domains (\*) are not supported for security reasons
285285
- Identifiers are case-insensitive (e.g., 'Support' and 'support' are treated the same)
286286

0 commit comments

Comments
 (0)