You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello. I have a requirement to add the following Content Security Policy mega tag to my application, but when I do I see errors in the browser console because the jqGrid plugin uses inline styles. Are there any plans to remove inline styles from the plugin so applications can use CSP without the need to add unsafe-inline into their CSP tag?
Sorry for delay. Yes, there are plans for this, again with some other security fixes, but I'm not sure that we can completely solve the problem. Instead We will try. The very big problem is that the column width is calculated at runtime and it is added as inline style. If you can recommend us some elegant solution that will great.
Hello. I have a requirement to add the following Content Security Policy mega tag to my application, but when I do I see errors in the browser console because the jqGrid plugin uses inline styles. Are there any plans to remove inline styles from the plugin so applications can use CSP without the need to add unsafe-inline into their CSP tag?
<meta http-equiv="Content-Security-Policy" content="script-src 'self'; style-src 'self';">
The text was updated successfully, but these errors were encountered: