--- loncom/interface/lonconfigsettings.pm 2020/09/17 00:35:04 1.47 +++ loncom/interface/lonconfigsettings.pm 2021/04/19 14:11:16 1.48 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Handler to set domain-wide configuration settings # -# $Id: lonconfigsettings.pm,v 1.47 2020/09/17 00:35:04 raeburn Exp $ +# $Id: lonconfigsettings.pm,v 1.48 2021/04/19 14:11:16 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -253,6 +253,9 @@ $jscript } } } + if (grep(/^wafproxy$/,@actions)) { + $onload .= "toggleWAF();checkWAF();updateWAF();"; + } if (grep(/^proctoring$/,@actions)) { $onload .= "toggleProctoring(document.display,'proctorio');". "toggleProctoring(document.display,'examity');";