1
0
forked from baron/baron-sso

이슈 #335 해결

This commit is contained in:
2026-03-18 12:59:40 +09:00
parent 1af3103cde
commit a89b25f54c
4 changed files with 64 additions and 1 deletions

View File

@@ -15,7 +15,7 @@ filter_toml() {
dest_file="$2"
awk '
function allowed(section) {
return section ~ /^(ui\.userfront|msg\.userfront|err\.userfront|ui\.common)(\.|$)/;
return section ~ /^(ui\.userfront|msg\.userfront|err\.userfront|ui\.common|domain)(\.|$)/;
}
BEGIN { keep = 0; }
{