Index: openacs-4/packages/xowiki/tcl/bootstrap-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/bootstrap-procs.tcl,v diff -u -r1.3.2.8 -r1.3.2.9 --- openacs-4/packages/xowiki/tcl/bootstrap-procs.tcl 25 May 2016 19:33:46 -0000 1.3.2.8 +++ openacs-4/packages/xowiki/tcl/bootstrap-procs.tcl 8 Sep 2016 09:45:18 -0000 1.3.2.9 @@ -453,6 +453,9 @@ BootstrapTableRenderer instproc render {} { ::xo::Page requireCSS "//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css" + security::csp::require style-src netdna.bootstrapcdn.com + security::csp::require font-src netdna.bootstrapcdn.com + if {![my isobject [self]::__actions]} {my actions {}} if {![my isobject [self]::__bulkactions]} {my __bulkactions {}} set bulkactions [[self]::__bulkactions children]