In the usage of Falbala, we don't want different render of a same URL because we can run some scraper. This can be cause by different user-agent like Android mobile ones.
The browser will automatically set the user agent of all sent requests to the browser one.
Chrome (and maybe some browsers) doesn't allow modification on the User-Agent header so it has to be done here.
TODO:
Set a standard desktop browser User-Agent for all requests coming
In the usage of Falbala, we don't want different render of a same URL because we can run some scraper. This can be cause by different user-agent like Android mobile ones.
The browser will automatically set the user agent of all sent requests to the browser one.
Chrome (and maybe some browsers) doesn't allow modification on the User-Agent header so it has to be done here.
TODO: