ui-grid icon indicating copy to clipboard operation
ui-grid copied to clipboard

Content Security Policy - inline styles

Open skiner68 opened this issue 8 years ago • 2 comments

Hello, I am developing an Angular application with uiGrid

My webserver sets strict CSP headers - I do not want to allow inline css: script-src 'self'

I have followed Angular CSP guidelines etc, all is working well but I am getting few errors in console and it seems uiGrid uses inline styles. I have not found any recomendations ion this in tutorials. Is there any way how to run uiGrid with strict styles csp?

Can this be at least added to "requirements" sections in tutorials to let other users now about this?

uiGrid works fine if I set script- src to style-src 'self' 'unsafe-inline'

Thanks your your reply!

skiner68 avatar Feb 21 '17 12:02 skiner68