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
Using the Popover feature, when clicking the button to show the popup, my CSP is not allowing the inline styling to happen. Research shows this is due to the use of Javascript's setAttribute('style','') method. If the method of element.style is used, this won't flag. I'm not going to put "unsafe-inline" in my CSP.
Angular 16.2.6
ngx-bootstrap 11.0.2
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Using the Popover feature, when clicking the button to show the popup, my CSP is not allowing the inline styling to happen. Research shows this is due to the use of Javascript's setAttribute('style','') method. If the method of element.style is used, this won't flag. I'm not going to put "unsafe-inline" in my CSP.
Angular 16.2.6
ngx-bootstrap 11.0.2
The text was updated successfully, but these errors were encountered: