Actions
Bug #821
openWebsite loading reverts to the current site if the user agent changes
Start date:
03/23/2022
Due date:
% Done:
0%
Estimated time:
Description
We need a way to either delay changing of the user agent or disable the reload of the current website.
Files
Updated by Soren Stoutner over 2 years ago
- Priority changed from Next Release to 1.x
Updated by Soren Stoutner over 2 years ago
The solution was to use `load()` instead of `setUrl()`.
Fixed in commit https://gitweb.stoutner.com/?p=PrivacyBrowserPC.git;a=commitdiff;h=5daa7af456c7daa05b1a055932b5156ed1f88b00.
Updated by Soren Stoutner over 2 years ago
- Status changed from Closed to New
Turns out this wasn't fixed by the previous commit.
Updated by Soren Stoutner almost 2 years ago
Reported upstream: https://bugreports.qt.io/browse/QTBUG-109673.
Updated by Soren Stoutner almost 2 years ago
There is some additional information at #945.
Updated by Soren Stoutner over 1 year ago
- Status changed from New to In Progress
Actions
#9
Updated by Soren Stoutner over 1 year ago
- File qt5-prevent-user-agent-reload.patch qt5-prevent-user-agent-reload.patch added
- File qt6-prevent-user-agent-reload.patch qt6-prevent-user-agent-reload.patch added
The attached patches fix this issue. As Qt doesn't seem to want to implement it upstream, I will likely have to release PrivacyWebEngine earlier than anticipated.
Actions