favicon
favicon copied to clipboard
Add support for default favicon verification disabling
- Added option for disabling verification by HTTP request of default /favicon.ico file, to have similar behavior to tag-based favicon results.
- Fixed flaky test.
Includes PR #32 as well, as it wasn't merged yet.
@scottwernervt any thoughts about merging this in?
Why don't we increase the major version, so it can include breaking changes? We can version it v1.0.0.
Python 2 has reached its end of life. There is no point in supporting it in new versions of this project. The older versions of favicon (0.x) will still support Python 2, and bug fixes can be released in minor version updates.
What do you think?