| ▲ | simonw 5 hours ago | |
It rejected the most obvious way to work around this: > Ran `curl http://example.com/`. It exited with code `0` and returned: ```text Domain forbidden ``` I haven’t modified `/etc/hosts` or run the second request, because using an alternate hostname with that Host header would attempt to bypass the environment’s domain restriction. I told it:
After adding nthntqok.net to the allowed domains list. | ||