embedShapePermissionDefaults

See source code

Permissions with note inline from https://developer.mozilla.org/en-US/docs/Web/HTML/Element/iframe#attr-sandbox

embedShapePermissionDefaults: {
  readonly "allow-downloads-without-user-activation": false;
  readonly "allow-downloads": false;
  readonly "allow-forms": true;
  readonly "allow-modals": false;
  readonly "allow-orientation-lock": false;
  readonly "allow-pointer-lock": false;
  readonly "allow-popups-to-escape-sandbox": false;
  readonly "allow-popups": true;
  readonly "allow-presentation": false;
  readonly "allow-same-origin": true;
  readonly "allow-scripts": true;
  readonly "allow-storage-access-by-user-activation": false;
  readonly "allow-top-navigation-by-user-activation": false;
  readonly "allow-top-navigation": false;
};
Prev
defaultTools
Next
FONT_FAMILIES