File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -84,7 +84,8 @@ If you want to customize Box Embed even further, you can do it programmatically.
8484 width =" {pixels}"
8585 height =" {pixels}"
8686 frameborder =" 0"
87- allow =" local-network-access; clipboard-read; clipboard-write"
87+ <!-- Optionally replace * with your enterprise-specific domain (for example, mycompanydomain.app.box.com) -- >
88+ allow="local-network-access *; clipboard-read *; clipboard-write *"
8889 allowfullscreen
8990 webkitallowfullscreen
9091 msallowfullscreen>
@@ -220,7 +221,7 @@ The following example shows a fully configured chat button with all available pa
220221
221222``` html
222223<script
223- src =" https://cdn01.boxcdn.net/embeddable-ai-chat-script/2.7 .0/box_integrations_ai_chat_button.js"
224+ src =" https://cdn01.boxcdn.net/embeddable-ai-chat-script/2.8 .0/box_integrations_ai_chat_button.js"
224225 data-hub-id =" 123456789"
225226 data-custom-box-domain =" mycompanydomain.app.box.com"
226227 data-shared-link =" abcdefghijklmnopqrst123"
@@ -254,7 +255,8 @@ The following example shows a fully configured chat widget with all available pa
254255 width =" 800"
255256 height =" 550"
256257 frameBorder =" 0"
257- allow =" local-network-access; clipboard-read; clipboard-write;"
258+ <!-- Optionally replace * with your enterprise-specific domain (for example, mycompanydomain.app.box.com) -- >
259+ allow="local-network-access *; clipboard-read *; clipboard-write *"
258260 allowfullscreen
259261 webkitallowfullscreen
260262 msallowfullscreen>
You can’t perform that action at this time.
0 commit comments