Reputation: 31
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