On Tue, 1 Dec 2020 at 09:11, Allan Sandfeld Jensen <k...@carewolf.com> wrote:

>
> Unfortunately it is pretty hard-coded, see  src/3rdparty/chromium/content/
> browser/loader/download_utils_impl.cc.
>
> We could make it somewhat programmable by implementing
> ContentBrowserClientQt::AllowRenderingMhtmlOverHttp() which despite its
> name
> is called for all non-file schemes.
>
> The question is then, should it be a setting per scheme or per page, and
> are
> there other people needing such a feature? The fact it is called from both
> IO
> and UI threads makes it a little more work than usual to implement.
>
> Best regards
> 'Allan
>
>
Thanks for the details.

Sadly I was looking for a faster solution, so I will have to use "file:///".

For AllowRenderingMhtmlOverHttp(), my understanding is that until
https://crbug.com/790734 is done it is not possible to discriminate by
scheme.

Regards,

Benjamin
_______________________________________________
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest

Reply via email to