Skip to content

Icon Sprite URL needs to be local even if asset_host is set

Tim Zallmann requested to merge tz-no-cdn-for-svg-sprites into master

What does this MR do?

It will return a local URL for our SVG Sprite even if an asset_host is set. Because SVG sprites don't work due to Browser XML concerns not cross domain so we can't serve them over the CDN.

This is blocking turning on the CDN, so we should get it to production asap, hence ~"Pick into 10.2"

Why was this MR needed?

To unblock our move for the CDN

Screenshots (if relevant)

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Edited by Tim Zallmann

Merge request reports