Sec-ch-ua settings

Set SEC-CH-UA: User Agent Client Hints / navigator.userAgentData

From chrome version 90, userAgent parameter is replaced by the userAgentData parameter.
userAgentData is also divided into two parts:
In javascript: navigator.userAgentData
In header: Parameters starting with sec-ch-ua. It must be noted that not all requests of all the websites respond to this header, you can rewrite it. If not, do not intentionally add.