Merge pull request #21364 from sledgehammer999/dont_ignore_ssl_errors

Don't ignore SSL errors
This commit is contained in:
sledgehammer999
2024-10-12 10:37:48 +03:00
committed by GitHub
7 changed files with 85 additions and 37 deletions

View File

@@ -295,6 +295,8 @@ public:
void setTrackerPortForwardingEnabled(bool enabled);
bool isMarkOfTheWebEnabled() const;
void setMarkOfTheWebEnabled(bool enabled);
bool isIgnoreSSLErrors() const;
void setIgnoreSSLErrors(bool enabled);
Path getPythonExecutablePath() const;
void setPythonExecutablePath(const Path &path);
#if defined(Q_OS_WIN) || defined(Q_OS_MACOS)