CSP issues - Using ng-table component #9235
Unanswered
ejromero1990
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello guys, I'm using the
ng-tablein my project. However, when I add the CSP to myindex.html, the browser starts to complaining about the inline code added by the component. I can confirm that this is the related to the<colgroup>on the<thead>, because when I remove that section, the CSP issues dissapears, and I really need to add those<th>tags to my table. Is there a workaround to do it?My CSP is:
<meta http-equiv="Content-Security-Policy" content="default-src 'self';style-src 'self' 'nonce-PLACEHOLDER_NONCE';">.Beta Was this translation helpful? Give feedback.
All reactions