Add text/html content type
edwinofsakh opened this issue · 3 comments
edwinofsakh commented
I found that some RSS feeds return content type text/html
even if user-agent is not browser-like.
Is it possible to add text/html
to accepted content types or add the option for this?
TobiTenno commented
it's possible... could you give some use-cases where this occurs?
TobiTenno commented
If you could send me a page that does this so I can add an integration test for it, that'd be fantastic...
Even better, if you submit a pr that has a site it doesn't support because the site uses text/html
, that'd be perfect so we specifically have something to fix
TobiTenno commented
@edwinofsakh hi, do you have a url you can provide that uses text/html so i can add it to our suite?