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
feat: human-readable slugs for donation links with anti-phishing guard
Generate slugs from campaign name (or org name) for donation links
instead of random pl_ prefixed IDs. Slugify to lowercase with hyphens,
truncate to 60 chars, handle collisions by appending -2, -3, etc.
Block reserved slugs that could be used for brand impersonation
(paypal, stripe, gofundme, redcross, cipherpay, etc). Payment links
keep the existing random slug format.
0 commit comments