Skip to content

Changed openURL to no longer follow redirections

Bernd Buschinski requested to merge no_follow_redirect into master

In case of special URL login methods this could lead to:

regardless if you are logged in with your browser or not.

This change makes it consistent to QDesktopServices::openUrl, which always opens the given URL.

NOTE: If you are not logged in with your browser, the browser will still redirect you.

Edited by Bernd Buschinski

Merge request reports