tlEmbedShapePermissionDefaults
Public Readonly Variable
Permissions with note inline from https://developer.mozilla.org/en-US/docs/Web/HTML/Element/iframe#attr-sandbox
Signature
tlEmbedShapePermissionDefaults: {
readonly 'allow-downloads-without-user-activation': false
readonly 'allow-downloads': false
readonly 'allow-modals': false
readonly 'allow-orientation-lock': false
readonly 'allow-pointer-lock': false
readonly 'allow-popups': true
readonly 'allow-popups-to-escape-sandbox': false
readonly 'allow-presentation': false
readonly 'allow-storage-access-by-user-activation': false
readonly 'allow-top-navigation': false
readonly 'allow-top-navigation-by-user-activation': false
readonly 'allow-scripts': true
readonly 'allow-same-origin': true
readonly 'allow-forms': true
}