Closed
Description
OPERATING SYSTEM: Debian 10 Buster
QT VERSION: 5.11 (might be ok on 5.15)
The following commit reintroduced a custom request interceptor (66aff30)
That commit ends up blocking the following urls
1. qrc:///<path>
2. blob:http://127.0.0.1:<port>/<path>
3. blob:<guid>
None of these urls are making external requests and, therefore, shouldn't be blocked.
This means that the welcome page doesn't work, and no documentation can be viewed.
Currently the only way to view the documentation is to right-click in the viewer and select 'open with/in browser'.
PS: This could be a problem with QT 5.11