Sha256: c42118a24e7f5ab69337d0c2597199167d81f1e0ae6bcb1e3317e04d0bddbd12
Contents?: true
Size: 283 Bytes
Versions: 4
Compression:
Stored size: 283 Bytes
Contents
#include "IgnoreSslErrors.h" #include "WebPage.h" IgnoreSslErrors::IgnoreSslErrors(WebPage *page, QStringList &arguments, QObject *parent) : Command(page, arguments, parent) { } void IgnoreSslErrors::start() { page()->ignoreSslErrors(); emit finished(new Response(true)); }
Version data entries
4 entries across 4 versions & 3 rubygems