AAIT#35647 Inloggen als
FSN#34780 Moeilijker bookmark misbruik voor inloggen als svn path=/Website/trunk/; revision=28495
This commit is contained in:
@@ -1005,7 +1005,8 @@ try
|
||||
if (this.userId && !String(this.userId).match(/\/\-1$/)
|
||||
&& parent && parent.userId && !String(parent.userId).match(/\/\-1$/)
|
||||
&& this.userId != parent.userId)
|
||||
alert("Unexpected change from user " + parent.userId + " to " + this.userId);
|
||||
if (confirm("Unexpected change from user " + parent.userId + " to " + this.userId + "\nReload FACILITOR?"))
|
||||
top.location.reload();
|
||||
|
||||
if (parent && parent.FcltMgr && parent.FcltMgr != FcltMgr)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user