summaryrefslogtreecommitdiffstats
path: root/tests/auto/core/qwebengineglobalsettings/cert/RootCA.pem
Commit message (Collapse)AuthorAgeFilesLines
* Allow configuration of DNS-over-HTTPSYigit Akcay2023-04-281-0/+20
Implement QWebEngineGlobalSettings, a singleton class that contains global web engine settings (currently only for DoH). Allow the user to configure the stub host resolver to enable DNS-over-HTTPS. Fixes: QTBUG-98284 Change-Id: I1b06737c84e1b8d613aa257f4a891f82cac21013 Reviewed-by: Michael BrĂ¼ning <michael.bruning@qt.io>