My team is using Cloudflare Access to restrict public access to our dev and test environments. This is fine with our custom domain but the *.onrender.com domains and PR previews are still available for public access without protection.
Is there a way for us to disable the *.onrender.com URLs and just have our custom domain? This would be extra nice if the PR previews could use the custom domain only as well.
Bergur’s comment has pretty much covered it. The only real workaround at this time would be to catch any requests via onrender.com in your app’s code and redirect them.