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:
parent
b718d575b7
commit
bd0d210b2a
2 changed files with 13 additions and 7 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue