View Single Post
Old 06-05-2020, 09:10 PM   #18
KevinH
Sigil Developer
KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.
 
Posts: 8,860
Karma: 6120478
Join Date: Nov 2009
Device: many
BTW, this is a bug in Qt 5.15 added when they they adapted their code to a new chromium version. (It is in their adaption to Chromium 78). The original code only disabled access via the file url scheme (file:///) from within a web page but somehow NOW all local urls are now being translated to be equivalent to file: /// url schemes even if they do NOT explicitly use that url scheme.


So their bug fix changed/broke the meaning of the setting we used. So please do make this change permanent to prevent this nonsense.
KevinH is offline   Reply With Quote