[LON-CAPA-cvs] cvs: loncom /auth lonlogin.pm

raeburn raeburn at source.lon-capa.org
Thu May 26 21:36:08 EDT 2022


raeburn		Fri May 27 01:36:08 2022 EDT

  Modified files:              
    /loncom/auth	lonlogin.pm 
  Log:
  - Bug 6907
    Stop deep-linked items escaping iframe context, if LTI link protection in
    effect, but user needs to authenticate.
  
  
Index: loncom/auth/lonlogin.pm
diff -u loncom/auth/lonlogin.pm:1.196 loncom/auth/lonlogin.pm:1.197
--- loncom/auth/lonlogin.pm:1.196	Wed May 25 18:05:56 2022
+++ loncom/auth/lonlogin.pm	Fri May 27 01:36:08 2022
@@ -1,7 +1,7 @@
 # The LearningOnline Network
 # Login Screen
 #
-# $Id: lonlogin.pm,v 1.196 2022/05/25 18:05:56 raeburn Exp $
+# $Id: lonlogin.pm,v 1.197 2022/05/27 01:36:08 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -1031,6 +1031,7 @@
     <br style="clear:both;" />
  </div>
 
+$in_frame_js
 <script type="text/javascript">
 // <![CDATA[
 // the if prevents the script error if the browser can not handle this




More information about the LON-CAPA-cvs mailing list