Arno Streuli

Results 59 comments of Arno Streuli

It's look like the copy of the file didn't go well: map.php:1 The Content Security Policy directive 'default-src' contains 'img-src' as a source expression. Did you mean 'default-src ...; img-src...'...

No I didn't change the CSP rule manually, I juste use the feature that was introduced into the genral config. And this is the CSP part on the page when...

Here it is: It's on firefox 60.3.0esr (64 bits) But I have the same issue on Edge

Damn the copy of the CSP is interpreted by GitHub, so herre is it without the header info ```Content-Security-Policy" content="default-src *; img-src 'self' unpkg.com *.mapbox.com *.googleapis.com *.cloudflare.com *.gstatic.com data: blob:;...

Hmm not working, but wonder if the change has to be made on blob instead of worker-src: web_worker.js:9 Uncaught DOMException: Failed to construct 'Worker': Access to the script at 'blob:http://lslcact01.lausanne.ch/439696c9-05eb-4001-af68-3d5d5896a0a6'...

Well to make it workI had to add 'blob:' in the list of 'Content-Security Alternate Source' But I have no clue what will be the impact on other directive that...

Sorry for the delay I was out in vacation. So here is what I have on the web page: and here is what I add on the config of Cacti...

Hello, more specific !! Ok I will try. I have a mapping plugin, who use either googlemap or openstreetmap, to be able to see openstreet map, I have to add...