Skip to content

CSPΒ #4684

@aersam

Description

@aersam

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    FP: CompletedSync status with associated Feedback ItemjQuery

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions