Re: [Interest] disable web security in QtWebEngine

2017-07-06 Thread Jason Dolan
The answer is mentioned in that forum you linked to: add --disable-web-security as an argument when running your program. I’m sure you could also programmatically add it to the arguments sent to QApplication if you wanted to. > On Jul 5, 2017, at 6:46 PM, Kevin Mcintyre wrote: > > Has this bee

[Interest] disable web security in QtWebEngine

2017-07-05 Thread Kevin Mcintyre
Has this been asked before? https://forum.qt.io/topic/60691/not-allowed-to-load-local-resource-for-iframe-how-to-disable-web-security/2 I'm looking to run QtWebEngine in a disable-web-security mode but I cannot find any working examples. QT 5.9 Thanks ___