MCPcopy Create free account
hub / github.com/LeFroid/Viper-Browser / SecurityManager

Method SecurityManager

src/core/network/SecurityManager.cpp:15–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13#include <QDebug>
14
15SecurityManager::SecurityManager(QObject *parent) :
16 QObject(parent),
17 m_cookieJar(nullptr),
18 m_historyManager(nullptr),
19 m_networkAccessManager(nullptr),
20 m_insecureHosts(),
21 m_exemptInsecureHosts(),
22 m_certChains(),
23 m_securityDialog(nullptr),
24 m_needShowDialog(false),
25 m_replyUrlTarget()
26{
27}
28
29SecurityManager::~SecurityManager()
30{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected