w3c / feedvalidator

W3C-customized version of the feedvalidator (forked from https://github.com/rubys/feedvalidator/)
Other
80 stars 35 forks source link

False fails for services in the local network #141

Open mvtab opened 1 week ago

mvtab commented 1 week ago

Describe the bug This validator can not accept services that are not accessible to the outside world. (i.e. local network services)

To Reproduce Host an RSS feed locally, try to validate it.

Expected behavior I would expect the validation to happen in client context, without the validator actually accessing the links.

Additional context None.