Hi @XiaoyuLi
You can try this filter
{
/type "deny"
/path "/etc/designs/xh1x"
/selectors "childrenlist"
/extension "json"
/method "GET"
}
There are these new elements /path, /selectors, /extension, and /suffix in filters, which can be used to further control the behaviour.
Th...