aboutsummaryrefslogtreecommitdiff
path: root/handler.go (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-03-2544, not 43 max lenRunxi Yu1-1/+1
2025-03-25handler: Add Path: "/" for the cookiev0.1.83Runxi Yu1-0/+1
If the user encounters a Powxy challenge while not on the root directory, then the cookie will only be set for the current subtree. An explicit path=/ is required in the cookie to make it apply across the entire site.
2025-03-25Log form values on form validation attemptsRunxi Yu1-0/+4
2025-03-24Cache-Controlv0.1.15Runxi Yu1-0/+3
2025-03-24Correct spellingRunxi Yu1-1/+1
2025-03-24Use structured logging from log/slogv0.1.14Runxi Yu1-12/+62
2025-03-24Refactor againRunxi Yu1-0/+128