mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-03-10 03:43:47 -04:00
More MarkupResemblesLocatorWarning warnings have been appearing. This seems to be caused by parsing HTML content that contains a URL. This new change suppresses the warning at the root level of the app before any content has been parsed, so this error shouldn't appear again. Fixes #968