For a long time, I could use the --user-agent switch to visit a website through the browser source. This way, I could bypass the "outdated browser" problem.
A few days this ago this did not work anymore and tried with different versions of obs.
All user agent checks showed me the right user-agent.
With --remote-debugging-port I went to use devtools to see what went wrong.
I found that the original version of cef is added to the sec-ch-ua header, and I guess the website I want to use is now also checking that?
My question is if it would be possible to disable or change that value?
A few days this ago this did not work anymore and tried with different versions of obs.
All user agent checks showed me the right user-agent.
With --remote-debugging-port I went to use devtools to see what went wrong.
I found that the original version of cef is added to the sec-ch-ua header, and I guess the website I want to use is now also checking that?
My question is if it would be possible to disable or change that value?