Index: openacs-4/packages/acs-templating/tcl/head-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/head-procs.tcl,v diff -u -N -r1.35 -r1.36 --- openacs-4/packages/acs-templating/tcl/head-procs.tcl 1 May 2018 09:34:09 -0000 1.35 +++ openacs-4/packages/acs-templating/tcl/head-procs.tcl 2 May 2018 07:19:26 -0000 1.36 @@ -162,6 +162,7 @@ # browsers by checking the user agent. # security::csp::require script-src 'unsafe-inline' + #security::csp::require script-src 'strict-dynamic' lappend ::template::head::scripts(anonymous) $type "" $charset $defer $async $script $order $crossorigin $integrity } else {