Public signup for this instance is disabled. Go to our Self serve sign up page to request an account. Report potential security issues privately
I believe this is a typo:
if ((level > 0) & (parentFilters.length == 0)) { return false }
Should use "&&" here.