Hi, I am developing a plugin that uses googlemaps api for geofencing purposes. I have the csp.rules configured in kibana.yml as below:
csp.rules:
- "script-src 'unsafe-eval' 'self' 'https://maps.googleapis.com'"
- "worker-src blob: 'self'"
- "style-src 'unsafe-inline' 'self'"
The error still persists and my map is not getting loaded. I am using version 7.7.0. Appreciate a quick help on what is missing ?