I have transfered my application on another server that have a strong CSP and I can't modify that roule. I have implemented a leaflet map and I have used a leaflet slide menu plugin. Well, that plugin have some problem with CSP and I don't have found a solution. In particular the plugin have a problem on that line of code
setContents: function(innerHTML){ this._innerHTML = innerHTML; this._contents.innerHTML = this._innerHTML; },
Can someone help me to fix please?