39 shown web page |
39 shown web page |
40 @signal navigationRequestAccepted(url, navigation type, main frame) emitted |
40 @signal navigationRequestAccepted(url, navigation type, main frame) emitted |
41 to signal an accepted navigation request |
41 to signal an accepted navigation request |
42 """ |
42 """ |
43 SafeJsWorld = QWebEngineScript.ApplicationWorld |
43 SafeJsWorld = QWebEngineScript.ApplicationWorld |
44 # SafeJsWorld = QWebEngineScript.MainWorld |
|
45 UnsafeJsWorld = QWebEngineScript.MainWorld |
44 UnsafeJsWorld = QWebEngineScript.MainWorld |
46 |
45 |
47 safeBrowsingAbort = pyqtSignal() |
46 safeBrowsingAbort = pyqtSignal() |
48 safeBrowsingBad = pyqtSignal(str, str) |
47 safeBrowsingBad = pyqtSignal(str, str) |
49 |
48 |