From d93cd96b6205021c4739765090fa55641e23e2ee Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 23 Feb 2026 20:38:27 +0000 Subject: [PATCH] chore: add example.com and smtp.example.com to copilot agent network allowlist Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com> --- .github/copilot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/copilot.yml b/.github/copilot.yml index a3ea4229..597b95a7 100644 --- a/.github/copilot.yml +++ b/.github/copilot.yml @@ -29,6 +29,10 @@ network: - api.dropboxapi.com - content.dropboxapi.com + # Example/test domains - Used in test fixtures and SMTP configuration tests + - example.com + - smtp.example.com + # Package registries (if needed for dependency installation during tests) - pypi.org - files.pythonhosted.org