birkskyum commented on code in PR #38035:
URL: https://github.com/apache/superset/pull/38035#discussion_r2956671480
##########
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:
It's not strictly needed, plenty of options without it, but it can be very
convenient for making adjustments to a style.
--
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]