trvswgnr / bs5-lightbox

A pure JS lightbox gallery plugin for Bootstrap 5 based on the Modal and Carousel components
https://trvswgnr.github.io/bs5-lightbox/
MIT License
125 stars 28 forks source link

CSP issues #81

Closed chrish123 closed 1 month ago

chrish123 commented 1 month ago

Because the javascript has inline CSS styles, you cannot properly have a secure Content security policy without the console error log filling up, all of them need separating into a separate stylesheet. I ended up converting the styles to css classes in the js and it fixed the issues. PS: I didn't see the CSP post further down before last night..