19240: Treat localhost as a private-network client.
[arvados.git] / lib / config / config.default.yml
index fd91442dbf5b5ecb03688b20b0424713d50e3f7a..09c068a0b9f701db70c9724f84d59b4845924f68 100644 (file)
@@ -893,9 +893,9 @@ Clusters:
       TrustedClients:
         SAMPLE: {}
 
-      # Treat any origin whose host part is a private IP address
-      # (e.g., http://10.0.0.123/) as if it were listed in
-      # TrustedClients.
+      # Treat any origin whose host part is "localhost" or a private
+      # IP address (e.g., http://10.0.0.123:3000/) as if it were
+      # listed in TrustedClients.
       #
       # Intended only for test/development use. Not appropriate for
       # production use.