UNPKG

landers.human-behavior

Version:

landers.human-behavior

37 lines (35 loc) 1.17 kB
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/> <meta http-equiv="Expires" content="0"> <meta http-equiv="Pragma" content="no-cache"> <meta http-equiv="Cache-control" content="no-cache"> <meta http-equiv="Cache" content="no-cache"> <title>人类行为检测</title> <script> window.onunload = function() { return 'onunload'; } window.isLocalDebug = true; </script> <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script> <!-- <script src="lib/landers.utils.console.js"></script> --> <!-- <script type='text/javascript' src='/guard/encrypt.js'></script> --> <script src="dist/landers.human-behavior.js"></script> <script> // var current_url = window.currentUrl(); // var tmp = current_url.split('?'); // var secret = tmp[tmp.length-1]; window.onload = function(){ (new HumanBehavior({ secret: 'aabb', apiurl: 'http://console.stopddos.cn/test' })).startCheck(); } </script> </head> <body> </body> </html>