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

Version Path
imseng-capybara-webkit-0.12.1 src/IgnoreSslErrors.cpp
capybara-webkit-0.12.1 src/IgnoreSslErrors.cpp
otherinbox-capybara-webkit-0.12.0 src/IgnoreSslErrors.cpp
capybara-webkit-0.12.0 src/IgnoreSslErrors.cpp