Mercurial > prosody-modules
view mod_jsxc/templates/template.html @ 5401:c8d04ac200fc
mod_http_oauth2: Reject loopback URIs as client_uri
This really should be a proper website with info, https://localhost is
not good enough. Ideally we'd validate that it's got proper DNS and is
actually reachable, but triggering HTTP or even DNS lookups seems like
it would carry abuse potential that would best to avoid.
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Tue, 02 May 2023 16:20:55 +0200 |
parents | 3a5fbb6c61b3 |
children |
line wrap: on
line source
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> {header_style# <link rel="stylesheet" type="text/css" media="screen" href="{item}"/>} {header_scripts# <script charset="utf-8" src="{item}"></script>} <title>{service_name?Prosody IM and JSXC}</title> {header_tags# {item!}} </head> <body> <form id="jsxc_login_form" action="javascript:"> <dl> <dt><label for="jsxc_username">Username</label></dt> <dd><input id="jsxc_username" name="username" placeholder="Alice"/></dd> <dt><label for="jsxc_password">Password</label></dt> <dd><input id="jsxc_password" name="password" type="password"/></dd> </dl> <button type="submit">Login</button> </form> <script>{jsxcjs.startup.script!}</script> </body> </html>