exit() Function
The exit()
function stops execution immediately. In a validating or mutating policy, this is equal to calling allow()
, because if no deny()
is called a request is always allowed (expect if there is a javascript error or timeout).