We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c207eac commit 64bddfcCopy full SHA for 64bddfc
turbo/src/main/kotlin/dev/hotwire/turbo/session/TurboSession.kt
@@ -668,7 +668,7 @@ class TurboSession internal constructor(
668
reset()
669
}
670
671
- val willProposeThrottledVisit = shouldProposeThrottledVisit()
+ val willProposeThrottledVisit = isColdBootRedirect || shouldProposeThrottledVisit()
672
if (shouldOverride && willProposeThrottledVisit) {
673
// Replace the cold boot destination on a redirect
674
// since the original url isn't visitable.
0 commit comments