nerves-web-kiosk / webengine_kiosk

Qt WebEngine-based kiosk
Other
74 stars 14 forks source link

Adds 2 new options: AcceptLanguage + UserAgent #30

Closed benrom closed 3 years ago

benrom commented 3 years ago

Adds ability to override the Accept Language string (default being "en-US") + the UserAgent string with whatever you want. If not set, QT browser defaults are kept instead.

benrom commented 3 years ago

To test it I loaded https://www.whatsmybrowser.org to check the user agent string and language setting.

pavels commented 3 years ago

@fhunleth can you take a quick look - it looks fine i think