fix: opencode config error

This commit is contained in:
m3tam3re
2026-05-11 17:14:53 +02:00
parent b7b9addbe0
commit 9f35dfb253
2 changed files with 354 additions and 6 deletions
+2 -6
View File
@@ -182,12 +182,8 @@
"wget *| *sh" = "deny";
};
# Web fetch: ask for sensitive URLs
"webfetch" = {
"*" = "ask";
"https://api.github.com*" = "allow";
"https://search.nixos.org*" = "allow";
};
# Web fetch: allow by default
"webfetch" = "allow";
# Doom loop guard
"doom_loop" = "ask";