OSSystems / qt-kiosk-browser

Provides a simple but highly configurable browser for use on Kiosk devices
GNU General Public License v3.0
16 stars 13 forks source link

browser: Add proxy support using environment variables #15

Closed arthursdo closed 11 months ago

arthursdo commented 11 months ago

Updated project to support proxy settings based on https_proxy and http_proxy environment variables. Modified browser.pro to include the QT network module and altered main.cpp to utilize QNetworkProxyFactory, enabling the application to automatically adhere to system proxy configurations.