Admin Panel Settings
/identity/admin/test-form.html
Blocking Rule: Path pattern /admin/**
All forms under /admin/ path (any depth) are blocked from identity detection
This form is under the /admin/ path. The ** glob matches any subdirectory depth, so all admin pages are blocked.
Expected: NO pp event should fire - this page matches /admin/** path pattern