dev → stage: fix supabase-config null-origin CORS bug #96
Reference in New Issue
Block a user
Delete Branch "dev"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Same-origin browser fetches don't send Origin header. map_get returns null, str_eq(null, '') is false, endpoint was 403ing all same-origin checkout page loads. Fix uses str_starts_with to detect a present origin instead.