You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@narcisgarcia thanks. The script-src allowance with the inline-editor is an issue we haven't been able to solve.
I guess you are reporting this for Chamilo 1.11.28, right?
I'm using this directive on webserver and I get A+ score in CSP tests:
Header set Content-Security-Policy "default-src 'self'; img-src 'self' data: blob:; media-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline' data:; font-src 'self' data: blob:; object-src 'self'; base-uri 'self'; connect-src 'self'; form-action 'self'; frame-ancestors 'self'"
But embedded text-editor it only works if I add
'unsafe-inline'
and'unsafe-eval'
to script-src.This should also be warned on web UI install wizard and documentation.
The text was updated successfully, but these errors were encountered: