Skip to content

Commit

Permalink
Add redirect navigator into the chain
Browse files Browse the repository at this point in the history
  • Loading branch information
miasma13 committed Apr 3, 2024
1 parent cdb3c2d commit 5acb602
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions DuckDuckGo/Tab/Model/Tab+Navigation.swift
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ extension Tab: NavigationResponder {
// add extra headers to SERP requests
.struct(SerpHeadersNavigationResponder()),

.struct(NavigationRedirectResponder()),

// ensure Content Blocking Rules are applied before navigation
.weak(nullable: self.contentBlockingAndSurrogates),
// update click-to-load state
Expand Down

0 comments on commit 5acb602

Please sign in to comment.