Add option for strict SSL mode in backend settings

This commit is contained in:
Jonas Kvinge
2023-03-19 23:02:17 +01:00
parent b16bec704a
commit a1adc1a75a
7 changed files with 24 additions and 3 deletions

View File

@@ -215,6 +215,7 @@ class Base : public QObject {
// Options
bool bs2b_enabled_;
bool http2_enabled_;
bool strict_ssl_enabled_;
private:
bool about_to_end_emitted_;