diff --git a/src/core/drive/visit.ts b/src/core/drive/visit.ts index 02d91fb3c..b8ffabc18 100644 --- a/src/core/drive/visit.ts +++ b/src/core/drive/visit.ts @@ -281,6 +281,7 @@ export class Visit implements FetchRequestDelegate { if (this.redirectedToLocation && !this.followedRedirect && this.response?.redirected) { this.adapter.visitProposedToLocation(this.redirectedToLocation, { action: "replace", + willRender: false, response: this.response, }) this.followedRedirect = true diff --git a/src/tests/fixtures/frames.html b/src/tests/fixtures/frames.html index 2a84ca2a4..b611136e5 100644 --- a/src/tests/fixtures/frames.html +++ b/src/tests/fixtures/frames.html @@ -121,5 +121,7 @@