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.30 -r1.31 --- openacs-4/packages/xotcl-request-monitor/www/index.tcl 4 Nov 2018 17:37:17 -0000 1.30 +++ openacs-4/packages/xotcl-request-monitor/www/index.tcl 30 Jan 2019 21:05:26 -0000 1.31 @@ -114,7 +114,7 @@ if {$jsGraph} { - set nonce [::security::nonce_token] + set nonce [::security::csp::nonce] template::add_body_script -src "//code.jquery.com/jquery-1.12.3.min.js" template::add_body_script -src "//code.highcharts.com/highcharts.js"