FSN#34780 Moeilijker bookmark misbruik voor inloggen als

svn path=/Website/trunk/; revision=28495
This commit is contained in:
Jos Groot Lipman
2016-03-16 10:20:47 +00:00
parent f92f457ce2
commit a89b21e349
7 changed files with 138 additions and 64 deletions

View File

@@ -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)
{