Skip to content

Commit

Permalink
Force UA to be updated for all loads
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanKingston committed Feb 2, 2024
1 parent ffca77d commit 143e272
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions DuckDuckGo/TabViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -562,6 +562,7 @@ class TabViewController: UIViewController {
loadViewIfNeeded()

if let url = urlRequest.url, !shouldReissueSearch(for: url) {
userAgentManager.update(webView: webView, isDesktop: tabModel.isDesktop, url: url)
requeryLogic.onNewNavigation(url: url)
}

Expand Down

0 comments on commit 143e272

Please sign in to comment.