@scrider/formatter 1.7.0 → 1.7.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2034,7 +2034,7 @@ function appendQueryParam(url, key, value) {
|
|
|
2034
2034
|
const next = query ? `${query}&${key}=${value}` : `?${key}=${value}`;
|
|
2035
2035
|
return `${base}${next}${hash}`;
|
|
2036
2036
|
}
|
|
2037
|
-
var CODE_WIDGET_IFRAME_ALLOW = "accelerometer; camera; encrypted-media; geolocation; gyroscope; microphone; midi; payment; usb;
|
|
2037
|
+
var CODE_WIDGET_IFRAME_ALLOW = "accelerometer; camera; encrypted-media; geolocation; gyroscope; microphone; midi; payment; usb; xr-spatial-tracking; cross-origin-isolated";
|
|
2038
2038
|
function renderEmbedIframeIsolationAttrs(context, kind) {
|
|
2039
2039
|
const opts = context?.embed;
|
|
2040
2040
|
const parts = [];
|