Web browser user agent client hint bug and its consequences on the preview feature?
扩展版本号 extension version
2.5.4
浏览器
其他基于 Chromium 的浏览器
浏览器版本号
127
涉及网址
https://github.com/win32ss/supermium/issues/813
请详细描述问题
Hi again Mr @xifangczy , sorry to bother you but it's important, I wonder if the problems I encounter to preview some videos of some complicated websites with vlc are not caused by the user agent client hint and also because I don't use chrome, this fear comes to me after reading this issue in Supermium browser issues, what do you think please? should we add this flag command line to my chromium browsers :
--disable-features=UserAgentClientHint
to avoid possible bugs concerning the user agent client hint and then to be able to preview with vlc please ?
this is the issue about user agent client hint :
Disney+ no longer works
https://github.com/win32ss/supermium/issues/813
and here the comment of the developer Mr win32ss about this user agent bug :
"124 R1 defaults to "Supermium 127" user agent and R2 defaults to "Google Chrome 127" (to fix other web compatibility issues). Perhaps Disney is trying to accommodate non-VMP supporting browsers by accepting them if the UACH string indicates it's a non-VMP browser Functionality? was added to Supermium to replace the User Agent Client Hints from a configuration file The application to edit the contents of the configuration file is not ready yet, but here is an example that should revert it to "Supermium 127 on Windows 8.1". Data): uao.zip
You can also try using the switch --disable-features=UserAgentClientHint. "