Index: openacs-4/packages/richtext-ckeditor4/richtext-ckeditor4.info =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/richtext-ckeditor4/richtext-ckeditor4.info,v diff -u -N -r1.1.2.6 -r1.1.2.7 --- openacs-4/packages/richtext-ckeditor4/richtext-ckeditor4.info 7 Sep 2016 12:08:00 -0000 1.1.2.6 +++ openacs-4/packages/richtext-ckeditor4/richtext-ckeditor4.info 13 Sep 2016 08:33:09 -0000 1.1.2.7 @@ -9,15 +9,15 @@ f f - + Gustaf Neumann Richtext editor plugin for integrating CKeditor 4 with acs-templating 2016-09-05 0 - + - + Index: openacs-4/packages/richtext-ckeditor4/tcl/richtext-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/richtext-ckeditor4/tcl/richtext-procs.tcl,v diff -u -N -r1.1.2.6 -r1.1.2.7 --- openacs-4/packages/richtext-ckeditor4/tcl/richtext-procs.tcl 7 Sep 2016 12:08:00 -0000 1.1.2.6 +++ openacs-4/packages/richtext-ckeditor4/tcl/richtext-procs.tcl 13 Sep 2016 08:33:09 -0000 1.1.2.7 @@ -75,7 +75,7 @@ # add required directives for content security policies # security::csp::require script-src 'unsafe-eval' - security::csp::require script-src 'unsafe-inline' + security::csp::require -force script-src 'unsafe-inline' security::csp::require script-src cdn.ckeditor.com security::csp::require style-src cdn.ckeditor.com security::csp::require img-src cdn.ckeditor.com