feat: enforce api key authentication and update table header

- Added proper API key validation in router.py with 401 response when key is missing
- Implemented CORS headers for authentication requests
- Updated table header from "Until" to "Unload" in static/index.html
- Improved security by preventing API key leakage in access logs
This commit is contained in:
Alpha Nerd 2026-02-01 10:05:46 +01:00
parent b718d575b7
commit bd0d210b2a
2 changed files with 13 additions and 7 deletions

View file

@ -379,7 +379,7 @@
<th>Quant</th>
<th>Ctx</th>
<th>Size</th>
<th>Until</th>
<th>Unload</th>
<th>Digest</th>
<th>Tokens</th>
</tr>