Index: openacs-4/packages/xotcl-request-monitor/www/index.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-request-monitor/www/index.tcl,v diff -u -r1.27 -r1.28 --- openacs-4/packages/xotcl-request-monitor/www/index.tcl 17 May 2018 07:40:16 -0000 1.27 +++ openacs-4/packages/xotcl-request-monitor/www/index.tcl 13 Oct 2018 15:52:28 -0000 1.28 @@ -114,7 +114,7 @@ if {$jsGraph} { set nonce [::security::nonce_token] - template::add_body_script -src "//ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js" + template::add_body_script -src "//code.jquery.com/jquery-1.12.3.min.js" template::add_body_script -src "//code.highcharts.com/highcharts.js" template::add_body_script -src "//code.highcharts.com/modules/exporting.js" Index: openacs-4/packages/xotcl-core/tcl/03-doc-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-core/tcl/03-doc-procs.tcl,v diff -u -r1.17 -r1.18 --- openacs-4/packages/xotcl-core/tcl/03-doc-procs.tcl 11 Jun 2018 20:51:50 -0000 1.17 +++ openacs-4/packages/xotcl-core/tcl/03-doc-procs.tcl 13 Oct 2018 15:53:21 -0000 1.18 @@ -116,7 +116,7 @@ # # jquery is just needed for the used ajax call # - template::head::add_javascript -src //code.jquery.com/jquery-1.11.3.min.js + template::head::add_javascript -src //code.jquery.com/jquery-1.12.4.min.js security::csp::require script-src code.jquery.com template::add_body_script -script {