diff --git a/README.md b/README.md index 888614a..668c518 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,10 @@ To support relative URLs from the backend, accessing the application via `http(s It is possible that your backend service does not support setting up a "base URL" (custom web path). In that case, you will have to install the application on a dedicated (sub)domain. +### Plaintext localhost backend + +Plaintext HTTP backend is only allowed on localhost. For now, only 127.X.X.X is allowed. 10.X.X.X should also be supported. + ## Documentation and resources * Official app website: diff --git a/README_fr.md b/README_fr.md index b6e3e2f..45d8b07 100644 --- a/README_fr.md +++ b/README_fr.md @@ -37,6 +37,10 @@ Pour supporter les URLs relatives depuis le backend, accéder à l'application v Il est possible que votre service backend ne supporte pas de configurer une "base URL" (chemin web personnalisé). Dans ce cas, il faudra installer l'application sur un (sous-)domaine dédié. +### Backend localhost en clair (plaintext) + +Les connexions en clair en HTTP au backend ne sont autorisées qu'en localhost sur les adresses 127.X.X.X. Il faudrait aussi supporter 10.X.X.X. + ## Documentations et ressources * Site officiel de l'app :