mirror of
https://github.com/C0nw0nk/Nginx-Lua-Anti-DDoS.git
synced 2023-12-14 04:31:21 +00:00
Update anti_ddos_challenge.lua
Add a HTML page refresh feature incase Javascript one does not work.
This commit is contained in:
@ -637,6 +637,7 @@ local anti_ddos_html_output = [[
|
|||||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1" />
|
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
|
||||||
<meta name="robots" content="noindex, nofollow" />
|
<meta name="robots" content="noindex, nofollow" />
|
||||||
|
<meta http-equiv="refresh" content="]] .. refresh_auth+2 .. [[">
|
||||||
<title>]] .. title .. [[</title>
|
<title>]] .. title .. [[</title>
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
]] .. style_sheet .. [[
|
]] .. style_sheet .. [[
|
||||||
|
Reference in New Issue
Block a user