Commit bb3bf92
fix: make enable_meta_sniffer behavior consistent with CUSTOM_FALLBACK_FILTER
CUSTOM_FALLBACK_FILTER and ENABLE_META_SNIFFER have the same frontend interaction:
both use a checkbox to control whether to use YAML custom config.
However, their default behaviors are inconsistent when unchecked:
- CUSTOM_FALLBACK_FILTER=0: respects YAML config
- ENABLE_META_SNIFFER=0: forces sniffer to be disabled
This fix makes them consistent: when unchecked, always respect the YAML config file settings.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 77d1a5f commit bb3bf92
1 file changed
Lines changed: 1 addition & 1 deletion
File tree
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
501 | 501 | | |
502 | 502 | | |
503 | 503 | | |
504 | | - | |
| 504 | + | |
505 | 505 | | |
506 | 506 | | |
507 | 507 | | |
| |||
0 commit comments