English
Appearance
English
Appearance
When you integrate Kivicube Web content into a production environment, we recommend checking at least the items below.
This is the most basic requirement and also one of the easiest to miss.
If the host page is not on HTTPS:
Your site does not need to share the same origin as Kivicube, but you do need to make sure:
allow permission attribute is not stripped awayThe current plugin automatically fills in the default permissions required by the iframe, including camera, gyroscope, fullscreen, and more.
If your site has a strict CSP or frontend gateway restrictions, you usually need at least:
frame-src: allow https://www.kivicube.comscript-src: if you load the official script directly, allow that domain as wellIf you call any of the following at runtime:
createImage(url)createGltfModel(url)createVideo(url)createPanorama(url)createEnvMapByHDR(url)createXxx(url)then the asset origin must allow cross-origin access from https://www.kivicube.com.
At a minimum, validate:
Do not launch just because it "opens fine" in a desktop browser.
Before launch, make sure: