Skip to content Skip to sidebar Skip to footer

Csp Unsafe-eval Using Google Maps Api

Getting script-src 'unsafe-eval' error when trying to use Google Maps' API. Her

Solution 1:

Looks like it's been mostly fixed in Google Maps 3.23 - see issue 4201

There are still some instances of eval in the code - like eval('document.namespaces') inside of the try blocks (see: related Closure fix)

Post a Comment for "Csp Unsafe-eval Using Google Maps Api"