We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61a5bf0 commit 7d3cd88Copy full SHA for 7d3cd88
modules/web-discovery-project/sources/web-discovery-project.es
@@ -1732,6 +1732,8 @@ const WebDiscoveryProject = {
1732
sanitizeUrl(activeURL, {
1733
testMode: WebDiscoveryProject.testMode,
1734
}).result !== "safe"
1735
+ // For search engine URLs we check if the query is suspicious
1736
+ && !WebDiscoveryProject.isSearchEngineUrl(activeURL)
1737
) {
1738
logger.debug("[onLocationChange] isSuspiciousURL", activeURL);
1739
return;
0 commit comments