Part of #749. The scheme allow-list is hardcoded to http, https, mailto, tel, ftp.
Jahia/jahia.com's partner website field is deliberately ^https?:// only, so the adoption kept the userland regex on top of the library check — the library is a floor it cannot raise.
Part of #749. The scheme allow-list is hardcoded to
http,https,mailto,tel,ftp.Jahia/jahia.com's partner
websitefield is deliberately^https?://only, so the adoption kept the userland regex on top of the library check — the library is a floor it cannot raise.allowedSchemes?: readonly string[], per call and module-wide.qualities,localPatternsandremotePatternsare all configurable allow-lists rather than fixed ones.