If the front end and the admin are served from the same domain, load the
preview over ssl if the Customizer is being loaded over ssl. This avoids
insecure content warnings. This is not attempted if the admin and front end
are on different domains to avoid the case where the front end doesn't have
ssl certs. Domain mapping plugins can allow other urls in these conditions
using the customize_allowed_urls filter.
public get_allowed_urls ( ) |