diff options
author | Aqua-sama <aqua@iserlohn-fortress.net> | 2019-01-09 19:38:58 +0100 |
---|---|---|
committer | Aqua-sama <aqua@iserlohn-fortress.net> | 2019-01-09 19:38:58 +0100 |
commit | 3d2ae07c455c0e423c64f19e445518427a5684fa (patch) | |
tree | 58f6b47c3db33658a6f2e605fd021f08d1fa9964 /doc/Bugs.asciidoc | |
parent | Add assorted unfished doc files to repo (diff) | |
download | smolbote-3d2ae07c455c0e423c64f19e445518427a5684fa.tar.xz |
Rewrite lib/urlfilter
- Make HostList and AdBlockList implementations independent from each
other
- Move urlfilter tests to lib/urlfilter
Diffstat (limited to 'doc/Bugs.asciidoc')
-rw-r--r-- | doc/Bugs.asciidoc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/Bugs.asciidoc b/doc/Bugs.asciidoc index e6ba9dd..d4ab1ec 100644 --- a/doc/Bugs.asciidoc +++ b/doc/Bugs.asciidoc @@ -40,6 +40,9 @@ Only affects Qt 5.11.0. Set __QTBUG_68224_WORKAROUND__. === rcc embeds time in output https://bugreports.qt.io/browse/QTBUG-62511 +=== QWebEngineUrlRequestInterceptor does not allow to pass the Referer header +https://bugreports.qt.io/browse/QTBUG-60203 + === Wayland bugs === mainwindow.maximized doesn't work |