mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-24 15:28:54 +00:00
62cef3678b
Domains like 1password.com and 37signals.com were blocked by the default allow rule '^https?://[a-z]'. Allow [a-z0-9] for the first hostname char and add an explicit deny for hosts whose first label is all-digit (IP literals like 127.0.0.1) to retain the prior SSRF protections. Fixes #14837