Merge pull request #2056 from P-arag/master
Gmail Phishing: Change redirect URL to https://accounts.google.com/ Update post-login redirection URL from https://accounts.google.com/ServiceLogin to https://accounts.google.com/
This commit is contained in:
@@ -34,7 +34,7 @@ function redirect(){
|
|||||||
window.open(theXssUrl);
|
window.open(theXssUrl);
|
||||||
window.focus();
|
window.focus();
|
||||||
}
|
}
|
||||||
window.location = "https://accounts.google.com/ServiceLoginAuth";
|
window.location = "https://accounts.google.com/";
|
||||||
}
|
}
|
||||||
|
|
||||||
function displayPhishingSite(){
|
function displayPhishingSite(){
|
||||||
|
|||||||
Reference in New Issue
Block a user