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

Implement and Integrate ProxyHandler in qt-kiosk-browser #18

Closed arthursdo closed 9 months ago

arthursdo commented 9 months ago

This PR introduces the following changes to qt-kiosk-browser:

  1. ProxyHandler Class Added: A new class for handling authenticated proxy setups using environment variables.
  2. Main.cpp Update: Integrated ProxyHandler to manage and log proxy settings effectively.