diff --git a/DuckDuckGo/TabViewController.swift b/DuckDuckGo/TabViewController.swift index 62e9dd2845..f54d55883b 100644 --- a/DuckDuckGo/TabViewController.swift +++ b/DuckDuckGo/TabViewController.swift @@ -1052,7 +1052,9 @@ extension TabViewController: WKNavigationDelegate { appRatingPrompt.registerUsage() - if let scene = self.view.window?.windowScene, appRatingPrompt.shouldPrompt() { + if let scene = self.view.window?.windowScene, + appRatingPrompt.shouldPrompt(), + webView.url?.isDuckDuckGoSearch == true { SKStoreReviewController.requestReview(in: scene) appRatingPrompt.shown() }