Merge pull request #747 from gallypette/master

Small change in Chromecertbeggar template of simple_hijacker module
This commit is contained in:
Michele Orru
2012-09-20 03:31:57 -07:00

View File

@@ -12,7 +12,7 @@
forward = function(){
send("User continuing to "+target);
timer=setInterval(function(){window.location = target;},500);
timer=setTimeout(function(){window.location = target;},500);
}
getDomain = function(url){