Skip to content

Commit

Permalink
Merge branch 'release/0.28.8'
Browse files Browse the repository at this point in the history
  • Loading branch information
ayoy committed Sep 5, 2022
2 parents 4166754 + 5d13811 commit cdf49bf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Configuration/Version.xcconfig
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
MARKETING_VERSION = 0.28.7
MARKETING_VERSION = 0.28.8

1 change: 0 additions & 1 deletion DuckDuckGo/Browser Tab/Model/Tab.swift
Original file line number Diff line number Diff line change
Expand Up @@ -1073,7 +1073,6 @@ extension Tab: WKNavigationDelegate {
if navigationAction.isTargetingMainFrame, navigationAction.navigationType != .backForward {
if let newRequest = referrerTrimming.trimReferrer(forNavigation: navigationAction,
originUrl: webView.url ?? navigationAction.sourceFrame.webView?.url) {
self.invalidateBackItemIfNeeded(for: navigationAction)
defer {
webView.load(newRequest)
}
Expand Down

0 comments on commit cdf49bf

Please sign in to comment.