Abhishek Sharma
Abhishek Sharma

Reputation: 31

is ng-grid.js CSP compatible?

I am using the ng-grid.js library in my AngularJS project and need to verify if setTimeout and eval() are functioning correctly after removing unsafe-eval from the Content Security Policy:

<add name="Content-Security-Policy" value="script-src 'self' http: https: 'unsafe-inline' 'unsafe-eval';"/>

What I Have Tried:

Upvotes: 0

Views: 32

Answers (0)

Related Questions