Richeditor includes images with absolute url, which means images brake when url changes

Is there a way to make richeditor enter a relative url for images included using the media liabrary?

There is a config we can use for this. Set it to true to check if it works, if not, we can add this request to our internal tracker.

// config/system.php
'relative_links' => false,

It creates a problem when installing with subfolders, this is why it is configurable.