You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The core turbo.js library does not permit cross-origin visit requests (i.e. a link that redirects to an external domain). These requests call the adapter method visitRequestFailedWithStatusCode(visit, statusCode) for all platforms.
Similar to the turbo-android implementation, turbo-ios need adapter changes to support proposing new visits for cross-origin redirects. PR: hotwired/turbo-android#325
The text was updated successfully, but these errors were encountered:
The core
turbo.js
library does not permit cross-origin visit requests (i.e. a link that redirects to an external domain). These requests call the adapter methodvisitRequestFailedWithStatusCode(visit, statusCode)
for all platforms.Similar to the
turbo-android
implementation,turbo-ios
need adapter changes to support proposing new visits for cross-origin redirects. PR: hotwired/turbo-android#325The text was updated successfully, but these errors were encountered: