diff options
author | Runxi Yu <me@runxiyu.org> | 2025-03-23 11:03:54 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-03-23 11:03:54 +0800 |
commit | 5900d07441a06feed866ff2378305ec062d9a8f8 (patch) | |
tree | 04aeea5649fdba9e2e82ebdf937dd8e9a2b4ec07 | |
parent | Add week rounding bug to README (diff) | |
download | powxy-5900d07441a06feed866ff2378305ec062d9a8f8.tar.gz powxy-5900d07441a06feed866ff2378305ec062d9a8f8.tar.zst powxy-5900d07441a06feed866ff2378305ec062d9a8f8.zip |
Note that we should allow git clients and rss readers etc
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -18,6 +18,7 @@ Inspired by [Anubis](https://github.com/TecharoHQ/anubis). But much simpler. - **The cryptography hasn't been audited.** I wrote this after a tiring school week and this definitely needs some review. +- We should allow Git clients and RSS readers. - If a user is attempting to submit a POST request but their powxy cookie is invalid, powxy would redirect them to a challenge, and their POST data will be lost. |