From 7455c57bbd17e46870768665996599a655347b27 Mon Sep 17 00:00:00 2001 From: Rene Fichtmueller Date: Wed, 15 Jul 2026 11:51:21 +0200 Subject: [PATCH] chore: allow gitea.context-x.org in sandbox network policy --- .claude/settings.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .claude/settings.json diff --git a/.claude/settings.json b/.claude/settings.json new file mode 100644 index 0000000..4bf31b7 --- /dev/null +++ b/.claude/settings.json @@ -0,0 +1,9 @@ +{ + "sandbox": { + "network": { + "allowedDomains": [ + "gitea.context-x.org" + ] + } + } +}