Remove unsafe-inline
#334
Just for history, the line was introduced in 35b3b72bb1f1, but at first sight I cannot see a reason it could not be moved to the css file. :+1:
Thanks for the PR :+1: .
It can't be moved in this css file because it is the CSS file directly from leaflet, so it will be lost next time we upgrade it.
We should create a new CSS file to include, such as leaflet/leaflet.extras.css to stay consistent with the JS one.
Ah, of course, how I missed that :-) An extra css is indeed the proper solution.
Thanks for the update :+1: , LGTM, you can remove the draft status if you are done with it.