diff --git a/docs/configuration-files/env-file.rst b/docs/configuration-files/env-file.rst index 417f192d..4114f24d 100644 --- a/docs/configuration-files/env-file.rst +++ b/docs/configuration-files/env-file.rst @@ -147,14 +147,24 @@ this project visible to everyone in your corporate LAN. +-------------+----------------+---------------------------+ .. warning:: - Do not use ``dev`` as a domain suffix (I know, it's tempting). - It has been registered by - `Google `_ and they advertise the - `HSTS header `_ - which makes your browser redirect every http request to https. + Do not use ``dev`` as a domain suffix (I know, it's tempting). + It has been registered by + `Google `_ and they advertise the + `HSTS header `_ + which makes your browser redirect every http request to https. - **See also:** `This blog post `_ + **See also:** `This blog post `_ +.. warning:: + Do not use ``localhost`` as a domain suffix. + There is an RFC draft to make sure all localhost requests, including their sub domains + should be redirected to the systems loopback interface. + Docker has already released a commit preventing the use of ``localhost`` on MacOS. + + + **See also:** `RFC Draft `_ + and + `Docker Release notes `_ .. _env_new_uid: