I am facing
a problem for kendo UI element(Dropdown, MultiSelect, Grid etc. ) in our application
where we are implementing Content Security Policy(CSP) in the application. We
need to give “unsafe-eval” Value to CSP so that the kendo elements work on the
page . But using"unsafe-eval" violates the content security policy. Without the "unsafe-eval" the kendo elements don’t work. Is there any work
around if we don’t want to include “unsafe-eval” and all kendo elements should
work as expected ?