not a bug report but curl should return an error if an attempt to process gab URLs is found.
What is a "gab URL" and why should curl return an error on such a URL?
a "gab URL" is any URL from one of the nazi domains related to what's known as "gab". curl should disallow nazis. this is especially useful with PHP on one of those cheap PHP hosts where you can't modify the curl.
curl itself has no host or domain filter and will not offer one. You can easily filter out anything you like in your application before you ask curl to use a URL. That's not a task for curl.
Most helpful comment
curl itself has no host or domain filter and will not offer one. You can easily filter out anything you like in your application before you ask curl to use a URL. That's not a task for curl.