Sha256: fda0ff4a6c91e987355750378c4ac167c10e533348b5e252bf31be4624295fdd

Contents?: true

Size: 340 Bytes

Versions: 4

Compression:

Stored size: 340 Bytes

Contents

#include "IgnoreSslErrors.h"
#include "WebPage.h"
#include "WebPageManager.h"

IgnoreSslErrors::IgnoreSslErrors(WebPageManager *manager, QStringList &arguments, QObject *parent) :
  SocketCommand(manager, arguments, parent) {
}

void IgnoreSslErrors::start() {
  manager()->setIgnoreSslErrors(true);
  emit finished(new Response(true));
}

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
capybara-webkit-0.13.2 src/IgnoreSslErrors.cpp
capybara-webkit-0.13.1 src/IgnoreSslErrors.cpp
capybara-webkit-0.13.0 src/IgnoreSslErrors.cpp
otherinbox-capybara-webkit-0.12.0.1 src/IgnoreSslErrors.cpp