Help me find websites where server-set favicons are not in the root (and not set via the link tag)
Currently, when looking for a favicon, the script will start at the current hierarchy level and works its way back until it reaches the crawled site's root.
Therefore, I am considering rewriting the script so that it will only look at the root level unless there are other similar cases to the above, where a favicon exists at a level deeper than the root.
Help me find websites where server-set favicons are not in the root (and not set via the link tag)
Currently, when looking for a favicon, the script will start at the current hierarchy level and works its way back until it reaches the crawled site's root.
That said, I only know of one case where there was a favicon existed beyond the root level and I'm not even sure it was even used outside of being set with the tag
Therefore, I am considering rewriting the script so that it will only look at the root level unless there are other similar cases to the above, where a favicon exists at a level deeper than the root.