mirror of
https://github.com/simon987/ngx_http_js_challenge_module.git
synced 2025-04-04 06:52:58 +00:00
Change to titles and verification messages
This commit is contained in:
parent
95fd1f989c
commit
3a089d5c94
@ -36,7 +36,7 @@
|
||||
"</html>"
|
||||
|
||||
|
||||
#define DEFAULT_TITLE "Verifying your browser..."
|
||||
#define DEFAULT_TITLE "Browser Verification"
|
||||
|
||||
static int is_private_ip(const char *ip) {
|
||||
struct in_addr addr;
|
||||
@ -258,7 +258,7 @@ int serve_challenge(ngx_http_request_t *r, const char *challenge, const char *ht
|
||||
static const ngx_str_t content_type = ngx_string("text/html;charset=utf-8");
|
||||
|
||||
if (html == NULL) {
|
||||
html = "<h2>Please wait...</h2>";
|
||||
html = "<h2>Your connection is being verified. Please wait...</h2>";
|
||||
}
|
||||
|
||||
size_t size = snprintf((char *) buf, sizeof(buf), JS_SOLVER_TEMPLATE, title_c_str, challenge_c_str, html);
|
||||
|
Loading…
x
Reference in New Issue
Block a user