birkskyum commented on code in PR #38035:
URL: https://github.com/apache/superset/pull/38035#discussion_r2956710686


##########
superset/config.py:
##########
@@ -2182,7 +2190,15 @@ def EMAIL_HEADER_MUTATOR(  # pylint: 
disable=invalid-name,unused-argument  # noq
             "https://events.mapbox.com";,
             "https://tile.openstreetmap.org";,
             "https://tile.osm.ch";,
-            "https://a.basemaps.cartocdn.com";,
+            "https://basemaps.cartocdn.com";,
+            "https://*.basemaps.cartocdn.com";,
+            "https://tiles.openfreemap.org";,
+            "https://*.maptiler.com";,
+            "https://tiles.stadiamaps.com";,
+            "https://tiles.versatiles.org";,
+            "https://*.protomaps.com";,
+            "https://*.maplibre.org";,
+            "https://raw.githubusercontent.com";,

Review Comment:
   I have removed it, since it's opening the CSP up for more than the other few 
trusted tile providers.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to