From 8634dc0265101bea57ee50684b6e786df073eed5 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 10 Feb 2026 16:23:45 +0000 Subject: [PATCH] fix: Remove accidentally committed pip output file and fix duplicate heading Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com> --- =0.1.9 | 19 ------------------- docs/ConfigurationGuide.md | 6 +++++- 2 files changed, 5 insertions(+), 20 deletions(-) delete mode 100644 =0.1.9 diff --git a/=0.1.9 b/=0.1.9 deleted file mode 100644 index c4272286..00000000 --- a/=0.1.9 +++ /dev/null @@ -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 diff --git a/docs/ConfigurationGuide.md b/docs/ConfigurationGuide.md index 551f757e..3fb4582f 100644 --- a/docs/ConfigurationGuide.md +++ b/docs/ConfigurationGuide.md @@ -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