Enable /bin/querybuilder on Publishing instance
hi,
just for a test we would like to enable querybuilder on cloud sandbox publishing instance.
We tried changing filters.any
Added 2 rules
$include "./default_filters.any"
/0100 { /type "allow" /path "*/bin/querybuilder*" /selectors "*" /extension "*" }
# allow non-public content directories if this isn't a production environment by uncommenting the next few lines
/0304 { /type "allow" /url "/apps/*" }
/0305 { /type "allow" /url "/bin/*" }
but no rule is allowing us to access /bin/querybuilder.json on publishing instance, we get "not found"
Thanks