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

@@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>583</width>
<height>1080</height>
<height>1097</height>
</rect>
</property>
<property name="windowTitle">
@@ -259,6 +259,13 @@
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="checkbox_strict_ssl">
<property name="text">
<string>Use strict SSL mode</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>