-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
FP: CompletedSync status with associated Feedback ItemSync status with associated Feedback ItemjQuery
Description
Kendo really should support CSP
I propose to use a precompilation step for the templates and not using any templates internally (but Functions instead), so that users that do not use templates at all can use kendo without any setup and the others need a compilation step that extracts the templates, compiles them and puts them in a file to be included (that would then serve as a cache for the templates).
CSP is getting more and more important, and browser support is very good. It is a great technology against XSS: https://developer.chrome.com/extensions/contentSecurityPolicy#relaxing-eval
In addition, in kendo.list.js there is a really unnecessary (at least for me, maybe it is for performance reasons) use of new Function, please have a look at that one.
hiyelbaz, aersam, valendinosaurus and pcrockett-pathway
Metadata
Metadata
Assignees
Labels
FP: CompletedSync status with associated Feedback ItemSync status with associated Feedback ItemjQuery