Skip to content

Commit 2b1b274

Browse files
committed
GUI - OTR was already enabled :-)
1 parent 290d21d commit 2b1b274

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

gui/widgets/sandboxedwebview.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ 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);
2221
m_profile->setUrlRequestInterceptor(m_interceptor);
2322

2423
m_page = new QWebEnginePage(m_profile);

0 commit comments

Comments
 (0)