birkskyum commented on code in PR #38035:
URL: https://github.com/apache/superset/pull/38035#discussion_r2956666802
##########
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:
two? I think it's one for TALISMAN_CONFIG (prod) and one for
TALISMAN_DEV_CONFIG (dev), so that's intended
##########
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:
two? I think it's one for TALISMAN_CONFIG (prod) and one for
TALISMAN_DEV_CONFIG (dev), so that's intended
--
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]