|
|
|
|
|
by qxcv
4982 days ago
|
|
Two problems with UA strings: 1) They can often be used to identify you, especially when combined with other HTTP headers or information scraped from the client via JS[0]. 2) They are abused by web developers who wish to lock out web browsers that they do not support. This is generally considered to be against the spirit of the web, though is sometimes useful for optimising page load times (for example, not sending IE conditional comments to all browsers). [0]: https://panopticlick.eff.org/ |
|