mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-05-21 15:16:34 -04:00
b39ba0533a
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