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
Add billing.stripe.com to form-action CSP (#18328)
closes#18315
Allow `https://billing.stripe.com` in form-action CSP.
When an organization's subscription lapses and they are marked as inactive, the POST to /manage/organization/<ORG_SLUG>/subscription/activate reidrects to /manage/organization/<ORG_SLUG>/subscription/ which ultimately redirects to billing.stripe.com since they have an existing customer/subscription. This does not align with CSP.
NEW Organizations/customers are redirected to checkout.stripe.com, which aligns with CSP.
Adding this allows for both states to successfully gain access to the stripe portal.
0 commit comments