mirror of
https://github.com/zealdocs/zeal.git
synced 2024-11-22 21:53:03 +03:00
fix(core,ui): use HTTPS to access api.zealdocs.org
This commit is contained in:
parent
407e4161e4
commit
07fdaec85d
@ -47,7 +47,7 @@ using namespace Zeal;
|
||||
using namespace Zeal::Core;
|
||||
|
||||
namespace {
|
||||
const char ReleasesApiUrl[] = "http://api.zealdocs.org/v1/releases";
|
||||
const char ReleasesApiUrl[] = "https://api.zealdocs.org/v1/releases";
|
||||
}
|
||||
|
||||
Application *Application::m_instance = nullptr;
|
||||
|
@ -54,7 +54,7 @@ extern Q_CORE_EXPORT int qt_ntfs_permission_lookup;
|
||||
#endif
|
||||
|
||||
namespace {
|
||||
const char ApiServerUrl[] = "http://api.zealdocs.org/v1";
|
||||
const char ApiServerUrl[] = "https://api.zealdocs.org/v1";
|
||||
const char RedirectServerUrl[] = "https://go.zealdocs.org";
|
||||
// TODO: Each source plugin should have its own cache
|
||||
const char DocsetListCacheFileName[] = "com.kapeli.json";
|
||||
|
Loading…
Reference in New Issue
Block a user