Skip to content

v1.1.6

Choose a tag to compare

@voyvodka voyvodka released this 01 May 15:57
· 69 commits to main since this release

Fixed

  • /security URL alias: added public/_redirects with single-hop 301 rules for /security and /security/ pointing at the canonical /.well-known/security.txt. Closes the UX gap where bare /security probes (the convention exposed by GitHub, Stripe, Cloudflare) returned 404 even though the RFC 9116 endpoint was always live. Cloudflare Pages evaluates _redirects ahead of the trailing-slash 308 layer, so each rule catches the request directly without the double-hop a meta-refresh redirect would introduce.