aboutsummaryrefslogtreecommitdiff
path: root/src/routes/api/subsplease
Commit message (Collapse)AuthorAgeFilesLines
* fix(api): encode subsplease timezone to prevent query-param injectionFuwn2026-04-181-5/+6
| | | | | | | The `tz` query value was interpolated raw into the upstream URL, letting callers append arbitrary query segments (e.g. `tz=foo&f=hax`). Wrap the value in encodeURIComponent and rename the local variable away from the banned `tz` abbreviation.
* refactor: centralise site origin usageFuwn2026-03-221-3/+4
|
* chore(biome): drop formatter style overridesFuwn2026-03-011-15/+15
|
* chore(prettier): use spaces instead of tabsFuwn2024-10-091-15/+15
|
* feat(api): vercel cacheFuwn2024-01-111-1/+1
|
* feat(api): corsFuwn2024-01-061-1/+2
|
* feat(anime): subtitle countdownFuwn2023-12-161-1/+6
|
* feat(api): subsplease endpointFuwn2023-12-161-0/+10