## Tell the browser not to render this page if it's contained within a frame. ## This is to prevent Clickjacking attack. #* The following variables are available on this page, but not used by default: $client_id - The ID of the OAuth client used in this transaction It is recommended to sanitize the values that are displayed using $escape.escape() for example $escape.escape($client_id). *# $HttpServletResponse.setHeader("X-Frame-Options", "DENY")