Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Disable Turbo for business form
This form can redirect to Stripe Checkout via a before_action in ColdMessagesController that checks for an active business subscription. Turbo (XHR) cannot redirect to an external URL (to my knowledge) due to XSS protection. > Fetch API cannot load due to access control checks.
- Loading branch information