Bundle SSL certs with the templates.

If this is undesired it can be avoided by specifying builtin_certs=no .
Bundled SSL certs will be used unless you specify an override in:
Project Settings -> SSL -> Certificates .
This commit is contained in:
Fabio Alessandrelli
2018-09-14 16:02:04 +02:00
parent 4547e22393
commit d2b38aabec
10 changed files with 52 additions and 128 deletions

View File

@ -41,7 +41,6 @@
#include "core/translation.h"
#include "core/version.h"
#include "core/version_hash.gen.h"
#include "editor_initialize_ssl.h"
#include "editor_scale.h"
#include "editor_settings.h"
#include "editor_themes.h"
@ -2059,8 +2058,6 @@ void ProjectListFilter::_bind_methods() {
ProjectListFilter::ProjectListFilter() {
editor_initialize_certificates(); //for asset sharing
_current_filter = FILTER_NAME;
filter_option = memnew(OptionButton);