Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 cloudflare 来保护我的 heroku 应用程序,但用户仍然可以通过 myapp.herokuapp.com 直接访问该应用程序,并且似乎无法删除 heroku 使用的默认域名。如何通过删除默认域名或设置某种白名单规则来防止直接访问应用程序?
照原样,heroku 不允许删除应用程序的 herokuapp.com 域。但是,他们建议如果必须仅通过自定义域访问应用程序,则可以将对 herokuapp.com 目标的请求重定向(301 重定向)到您的自定义域 URL。
这篇笔记中提到了:
https://devcenter.heroku.com/articles/custom-domains