Open
Description
Currently Safari 14 obfuscates the renderer string as 'apple gpu' preventing an accurate match.
A possible solution could be to have a lookup table of possible GPUs iMacs and Macbooks can have and matching on that with extra metadata (devicePixelRatio, screenSize, user agent).
Open for any suggestions / PR's 😃