I’ve tried in my config.php:
<?php
return [
'editor' => [
'tinymce' => [
'relative_urls' => false,
'remove_script_host' => false,
'document_base_url' => 'https://www.cms.mycontentmanager.com',
],
],
];