chore: allow gitea.context-x.org in sandbox network policy

This commit is contained in:
Rene Fichtmueller 2026-07-15 11:51:21 +02:00
parent 874e4a1ead
commit 7455c57bbd

9
.claude/settings.json Normal file
View File

@ -0,0 +1,9 @@
{
"sandbox": {
"network": {
"allowedDomains": [
"gitea.context-x.org"
]
}
}
}