Values.IframeConfigSourceThe iframe configuration for the application.
type nonrec t = {allow : IframePermissionList.t option;The list of features that are allowed in the iframe.
*)sandbox : IframePermissionList.t option;The list of sandbox attributes for the iframe.
*)}val to_value :
t ->
[> `Structure of
(string * [> `List of [> `String of IframePermission.t ] list ]) list ]