Disclosure Statement: This site contains affiliate links, which means that I may receive a commission if you make a purchase using these links. As an eBay Partner, I earn from qualifying purchases.
If you find these projects useful please consider becoming a sponsor with Patreon, GitHub or Liberapay.

How to Set the browser UserAgent

Post Reply
yiqianyishi
Posts: 18
Joined: Sun Jan 07, 2018 1:08 am

How to Set the browser UserAgent

Post by yiqianyishi »

Hi,

I want to set the custom UserAgent for the browser. Where can I set it up? Which attribute? Thank you!
Chinyaev
Posts: 38
Joined: Mon Mar 13, 2017 3:23 pm

Re: How to Set the browser UserAgent

Post by Chinyaev »

Hi,

You can set UserAgent on GlobalCefApp
GlobalCEFApp.UserAgent := 'custom useragent';
yiqianyishi
Posts: 18
Joined: Sun Jan 07, 2018 1:08 am

Re: How to Set the browser UserAgent

Post by yiqianyishi »

HI,

This is right. Thank you very much.
Post Reply