{ "patterns": [ { "lua_regex": [ "^/private_with_ban" ], "public": false, "allow": [ "*" ], "deny": [ "yves" ], "actions": [ { "type": "cookie", "name": "X-SSO-USER", "value": "\ru." }, { "type": "header", "name": "X-SSO-PW64", "value": "\b64(\rp.)." } ], "portal": { "/private_with_ban.php": "Not for Yves" } } ] }