When users edit posts or create other content while using a HTTPS Domain Alias protected admin area, the urls in default WordPress will have the format 'https://site.example.com/wp-content/uploads/image.png' et cetera.
This could be avoided if in all places there possible, this plugin would automatically re-write all absolute urls to root relative urls (e.g. 'https://site.example.com/wp-content/uploads/image.png' would be '/wp-content/uploads/image.png')
When users edit posts or create other content while using a HTTPS Domain Alias protected admin area, the urls in default WordPress will have the format 'https://site.example.com/wp-content/uploads/image.png' et cetera.
This is a problem when visitors visit the non-https protected http://site.com/ and there are references to https://site.example.com/.
This could be avoided if in all places there possible, this plugin would automatically re-write all absolute urls to root relative urls (e.g. 'https://site.example.com/wp-content/uploads/image.png' would be '/wp-content/uploads/image.png')