--- loncom/auth/lonauth.pm 2021/11/17 00:44:47 1.170 +++ loncom/auth/lonauth.pm 2022/06/18 02:10:18 1.174 @@ -1,7 +1,7 @@ # The LearningOnline Network # User Authentication Module # -# $Id: lonauth.pm,v 1.170 2021/11/17 00:44:47 raeburn Exp $ +# $Id: lonauth.pm,v 1.174 2022/06/18 02:10:18 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -248,6 +248,7 @@ sub success { if ($env{'request.lti.target'} eq '') { my $ltitarget = (($destination =~ /\?/) ? '&' : '?'). 'ltitarget=iframe'; + &js_escape(\$destination); $js = <<"ENDJS";