## Bug Description Specifying a field twice is valid YAML syntax but isn't parsed correctly by Crawler. See: ```YAML domains: - url: http://host.docker.internal:3000 auth.type: raw auth.header: "Bearer <token> ```