unbam / Leaflet.SlideMenu

A simple slide menu for Leaflet.
BSD 2-Clause "Simplified" License
58 stars 19 forks source link

Content Security Policy, CSP script-src and style-src #11

Open Wallace911 opened 3 years ago

Wallace911 commented 3 years ago

I have transfered my application on another server. This server have a strong CSP and give me some error "script-src" and "style-src" with L.Control.SlideMenu.js on line 144:8 in particular with this lines of code

setContents: function(innerHTML){ this._innerHTML = innerHTML; this._contents.innerHTML = this._innerHTML; },

can someone help me to fix this error? Or have these problems already been solved? Thank you all!