...
This is used to verify if a JS message is accepted. Only messages from this origin are handled.
disableXRefs
Used to disable UI to attach/insert files (e.g. “Attach a file…” for xrefs or “Browse…” for insert commmand) that requires showChooseDialog message event to be handled by iframe’s parent. It is true (disabled) by default. Once your frame can handle the ‘showChooseDialog’ message and provide a file picker, you can enable the UI by setting this option to false.
save-crash-dumps
If true, crash dumps are saved when a crash occurs. You might want to turn it off to save space.
Crash dump location: c:\ProgramData\Xenon\CrashRpt\ (Windows), /var/crash (Linux)
...