rusackas commented on code in PR #38035:
URL: https://github.com/apache/superset/pull/38035#discussion_r2960873530
##########
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:
Yep! Indeed, that's the joy of having it in config, people can open whatever
they want. It looks much better now in terms of "secure by default" being the
thing to aspire to :)
--
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]