Skip to content

Releases: uptimerobot/caddy

v2.7.5

05 Dec 13:04
Compare
Choose a tag to compare
Changes certmagic library

v2.6.4

24 Apr 18:45
Compare
Choose a tag to compare
Changes certmagic library

v2.4.6

24 Jan 08:57
Compare
Choose a tag to compare
caddyhttp: Fix `MatchPath` sanitizing (#4499)

This is a followup to #4407, in response to a report on the forums: https://caddy.community/t/php-fastcgi-phishing-redirection/14542

Turns out that doing `TrimRight` to remove trailing dots, _before_ cleaning the path, will cause double-dots at the end of the path to not be cleaned away as they should. We should instead remove the dots _after_ cleaning.

v2.3.1

18 May 08:58
Compare
Choose a tag to compare
Adds rate limiter module