NEL have a custom set of network error types, but any way to filter them. For example, it would be nice to receive http.* ones in some url and others in a different one. Let mty clarify with an example: ``` nel: {"report_to":"default","max_age":3600,"filter":"*.*"} nel: {"report_to":"dns","max_age":3600,"filter":"dns.*"} nel: {"report_to":"web","max_age":3600,"filter":"http.*"} report-to: {"group":"default","max_age":3600,"endpoints": [{"url":"https://example.com/default"}]} report-to: {"group":"dns","max_age":3600,"endpoints": [{"url":"https://example.com/dns"}]} report-to: {"group":"web","max_age":3600,"endpoints": [{"url":"https://example.com/web"}]} ``` Thanks,