Changeset 3990:b0ad980ed2ea
- Timestamp:
- 06/28/19 13:18:12 (6 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/dcCKEditor/inc/dc.ckeditor.behaviors.php
r3988 r3990 96 96 public static function adminPageHTTPHeaderCSP($csp) 97 97 { 98 return;99 98 // add 'unsafe-inline' for CSS, add 'unsafe-eval' for scripts as far as CKEditor 4.x is used 100 99 $csp['style-src'] .= " 'unsafe-inline'";
Note: See TracChangeset
for help on using the changeset viewer.