-
-
Notifications
You must be signed in to change notification settings - Fork 449
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEAT] Support Custom User Agent for browser apps #3191
Conversation
…uncher into feat/browser_ua
Very cool! Thanks for the implementation, looking forward to testing it. Does this also implement spoofing UA client hints? If it doesn't, some sites might see through it. |
it does something similar to the other PR that was linked but I did not tested it. Feel free to test it with the appimage before I merge it and release it. |
Can you try this user agent? |
@Doc-4 I am not an electron expert as well unfortunatelly 🤷🏽 |
Of course, that's understandable. It's still my hope that at some point a solid sandbox solution for web apps will exist, and if that was heroic, that'd be pretty cool. Genshin's a good example of something where this is the best solution, as other solutions to incompatibility on linux require self hosting cloud gaming or unofficial, unauthorized launchers. |
Implements #2757
Also added a Full-Screen option
Fullscreen setting:
Custom UA used for youtube tv: Mozilla/5.0 (PS4; Leanback Shell) Gecko/20100101 Firefox/65.0 LeanbackShell/01.00.01.75 Sony PS4/ (PS4, , no, CH)
Use the following Checklist if you have changed something on the Backend or Frontend: