From 0e6edac7a4dcd88c41fe3a26de3ef2af43193ce2 Mon Sep 17 00:00:00 2001 From: simon987 Date: Mon, 2 Mar 2020 16:30:42 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8785b08..7696ce9 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ server { * `js_challenge on|off` Toggle javascript challenges for this config block * `js_challenge_secret "secret"` Secret for generating the challenges. DEFAULT: "changeme" * `js_challenge_html "/path/to/file.html"` Path to html file to be inserted in the `` tag of the interstitial page -* `js_challenge_title "title"` Will be inserted in the `` tag of the interstitial page. DEFAULT "Verifying your browser..." +* `js_challenge_title "title"` Will be inserted in the `<title>` tag of the interstitial page. DEFAULT: "Verifying your browser..." * `js_challenge_bucket_duration time` Interval to prompt js challenge, in seconds. DEFAULT: 3600 ### Installation