Skip to content

Commit 67eeb4e

Browse files
committed
GUI - all browsers are OTR
1 parent 1ed9cbd commit 67eeb4e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gui/widgets/sandboxedwebview.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ SandboxedWebView::SandboxedWebView(bool devMode, bool allowRemoteAccess, QWidget
1818
m_interceptor = new PhxUrlInterceptor(devMode, allowRemoteAccess);
1919

2020
m_profile = new QWebEngineProfile();
21+
m_profile->setOffTheRecord(true);
2122
m_profile->setUrlRequestInterceptor(m_interceptor);
2223

2324
m_page = new QWebEnginePage(m_profile);

0 commit comments

Comments
 (0)