About Permitted Paths

Do it accept any kind of Regex or somethinng close to it that allow create some allow/deny rules?

I check that it work well , adding couple paths to go without authentication

I need it otherway around, to allow everything to work ok without authentication, except, a specific path that do need authentication

Only * and ? wildcards are supported. The * will match any length of characters the ? will accept one wildcard character.