|
Just FYI turning that setting off means any book can now exfiltrate any of your user's data, as long as javascript is enabled. The correct way to fix this, is to define a custom URL scheme and use QWebEngineurlSchemeHandler to map it to local files in a secure manner. grep the calibre source code for QWebEngineUrlSchemeHandler for examples.
|