Scope down Chrome version for icon fix
When checking the Chromium changelog, we can see that they backported the SVG fix to: `84.0.4147.125` [0]. So we can actually scope our fix deployment down to that version. For Edge we have figured out which version to use based on it's useragent: `84.0.522.59`, for example: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36 Edg/84.0.522.59 [0]: https://chromium.googlesource.com/chromium/src/+log/84.0.4147.89..84.0.4147.125?pretty=fuller&n=10000
Showing
Please register or sign in to comment