|
|
|
|
|
by fiedzia
1323 days ago
|
|
> When I got started with the web 15 years ago, it was advised everywhere not to rely on user agent strings and rely on feature detection instead, Which is reasonable advice for a code running in a browser, not for a proxy/CDN (and you don't want proxy inserting it's own js). |
|
And a proxy/CDN should not be doing something else than proxying requests and serving files.
Workarounds are fine, but that's what they are.