fix: Remove accidentally committed pip output file and fix duplicate heading
Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
This commit is contained in:
@@ -1,19 +0,0 @@
|
||||
Defaulting to user installation because normal site-packages is not writeable
|
||||
Collecting slowapi
|
||||
Downloading slowapi-0.1.9-py3-none-any.whl.metadata (3.0 kB)
|
||||
Collecting limits>=2.3 (from slowapi)
|
||||
Downloading limits-5.8.0-py3-none-any.whl.metadata (10 kB)
|
||||
Collecting deprecated>=1.2 (from limits>=2.3->slowapi)
|
||||
Downloading deprecated-1.3.1-py2.py3-none-any.whl.metadata (5.9 kB)
|
||||
Requirement already satisfied: packaging>=21 in /usr/lib/python3/dist-packages (from limits>=2.3->slowapi) (24.0)
|
||||
Requirement already satisfied: typing-extensions in /usr/lib/python3/dist-packages (from limits>=2.3->slowapi) (4.10.0)
|
||||
Collecting wrapt<3,>=1.10 (from deprecated>=1.2->limits>=2.3->slowapi)
|
||||
Downloading wrapt-2.1.1-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.metadata (7.4 kB)
|
||||
Downloading slowapi-0.1.9-py3-none-any.whl (14 kB)
|
||||
Downloading limits-5.8.0-py3-none-any.whl (60 kB)
|
||||
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.0/61.0 kB 6.1 MB/s eta 0:00:00
|
||||
Downloading deprecated-1.3.1-py2.py3-none-any.whl (11 kB)
|
||||
Downloading wrapt-2.1.1-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (121 kB)
|
||||
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 121.3/121.3 kB 13.8 MB/s eta 0:00:00
|
||||
Installing collected packages: wrapt, deprecated, limits, slowapi
|
||||
Successfully installed deprecated-1.3.1 limits-5.8.0 slowapi-0.1.9 wrapt-2.1.1
|
||||
@@ -196,7 +196,11 @@ When rate limits are exceeded, check application logs for details:
|
||||
|
||||
For more information on handling rate-limited responses in API clients, see [API Documentation - Rate Limiting](API.md#rate-limiting).
|
||||
|
||||
#### Security Headers
|
||||
---
|
||||
|
||||
## Security Headers Configuration
|
||||
|
||||
DocuElevate supports HTTP security headers to improve browser-side security. **These headers are disabled by default** since most deployments use a reverse proxy (Traefik, Nginx, etc.) that already adds them. Enable only if deploying directly without a reverse proxy. See [Deployment Guide - Security Headers](DeploymentGuide.md#security-headers) for detailed configuration examples.
|
||||
|
||||
#### Master Control
|
||||
|
||||
|
||||
Reference in New Issue
Block a user