Index: openacs-4/packages/acs-tcl/tcl/security-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/security-procs.tcl,v diff -u -r1.126.2.65 -r1.126.2.66 --- openacs-4/packages/acs-tcl/tcl/security-procs.tcl 1 Apr 2022 13:54:53 -0000 1.126.2.65 +++ openacs-4/packages/acs-tcl/tcl/security-procs.tcl 3 Apr 2022 08:46:48 -0000 1.126.2.66 @@ -3105,7 +3105,7 @@ "Content-Security-Policy" [dict get $::security::csp::static_csp $mime_type] ns_log notice "STATIC $mime_type: Content-Security-Policy [dict get $::security::csp::static_csp $mime_type]" } else { - ns_log notice "STATIC $mime_type: no Content-Security-Policy defined for this MIME type" + #ns_log notice "STATIC $mime_type: no Content-Security-Policy defined for this MIME type" } } }