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.9 -r1.3.2.10 --- openacs-4/packages/xowiki/tcl/bootstrap-procs.tcl 8 Sep 2016 09:45:18 -0000 1.3.2.9 +++ openacs-4/packages/xowiki/tcl/bootstrap-procs.tcl 12 Sep 2016 11:40:26 -0000 1.3.2.10 @@ -452,9 +452,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 + ::xo::Page requireCSS "//maxcdn.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css" + security::csp::require style-src maxcdn.bootstrapcdn.com + security::csp::require font-src maxcdn.bootstrapcdn.com if {![my isobject [self]::__actions]} {my actions {}} if {![my isobject [self]::__bulkactions]} {my __bulkactions {}}