From d7e12d3897a8a4561138cb8d46e8992eb15809b9 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 30 Jan 2026 05:20:30 +0000 Subject: [PATCH] Address code review feedback: Add disabled border styling and update SECURITY.md revision history Co-authored-by: jmiller-moko <230051081+jmiller-moko@users.noreply.github.com> --- SECURITY.md | 1 + src/media/css/template.css | 1 + 2 files changed, 2 insertions(+) diff --git a/SECURITY.md b/SECURITY.md index 33d286b..9c2b528 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -181,4 +181,5 @@ If you want credit, include the name or handle to list in an advisory. If you pr | Date | Change Summary | Author | | ---------- | ------------------------------------------------------------------------------------------------ | --------------- | +| 2026-01-30 | Added Template Security Features section documenting custom head content injection controls. | Copilot Agent | | 2025-12-18 | Initial publication of security policy, intake channels, triage targets, and disclosure process. | Moko Consulting | diff --git a/src/media/css/template.css b/src/media/css/template.css index fc8bb80..b1097b3 100644 --- a/src/media/css/template.css +++ b/src/media/css/template.css @@ -2672,6 +2672,7 @@ progress { .form-control:disabled { background-color: var(--input-disabled-bg); + border-color: var(--input-disabled-border-color); opacity: 1; }