aboutsummaryrefslogtreecommitdiff
path: root/src/browsertab.hpp
diff options
context:
space:
mode:
authorFelix (xq) Queißner <git@mq32.de>2020-06-19 10:37:20 +0200
committerFelix (xq) Queißner <git@mq32.de>2020-06-19 10:37:20 +0200
commit6a5198d23412a6d11f78cdef71850e578ca6f8c0 (patch)
tree136afe4f0d78018a1ae97a35e770ae792ae66ebc /src/browsertab.hpp
parent9a5c0b8ba8595b9084ad8dc27884b0cbc691459c (diff)
downloadkristall-6a5198d23412a6d11f78cdef71850e578ca6f8c0.tar.gz
Allows user to skip over invalid TLS connections and fetch the content anyways.
Diffstat (limited to 'src/browsertab.hpp')
-rw-r--r--src/browsertab.hpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/browsertab.hpp b/src/browsertab.hpp
index 506584d..cc18d28 100644
--- a/src/browsertab.hpp
+++ b/src/browsertab.hpp
@@ -111,7 +111,7 @@ private:
this->addProtocolHandler(std::make_unique<T>());
}
- bool startRequest(QUrl const & url);
+ bool startRequest(QUrl const & url, ProtocolHandler::RequestOptions options);
public:
Ui::BrowserTab *ui;
@@ -138,6 +138,8 @@ public:
QElapsedTimer timer;
CryptoIdentity current_identitiy;
+
+ bool is_internal_location;
};
#endif // BROWSERTAB_HPP