This is not particularly a ticket, bbut there was no other reference when i searched for "loopback", and I think addresses a possible scenario.
If you're trying to run the theme in a container and you get the error "HTTP Loopback Connections are not enabled on this server" when trying to install the child theme, add
extra_hosts:
- "localhost:172.17.0.1"
In your docker-compose wordpress container to make the loopback happen. The IP address is the static gateway ip of docker.
This is not particularly a ticket, bbut there was no other reference when i searched for "loopback", and I think addresses a possible scenario.
If you're trying to run the theme in a container and you get the error "HTTP Loopback Connections are not enabled on this server" when trying to install the child theme, add
In your docker-compose wordpress container to make the loopback happen. The IP address is the static gateway ip of docker.