aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.ts
diff options
context:
space:
mode:
authorLibravatar André Oliveira <37463445+SpecialAro@users.noreply.github.com>2024-01-26 02:06:35 +0000
committerLibravatar GitHub <noreply@github.com>2024-01-26 02:06:35 +0000
commit711181751f0a5ee183b74514a621e4aaa6da3dd7 (patch)
tree202718df2046fb92761abc3379ae48f35774a92c /src/config.ts
parent6.7.1-nightly.10 [skip ci] (diff)
downloadferdium-app-711181751f0a5ee183b74514a621e4aaa6da3dd7.tar.gz
ferdium-app-711181751f0a5ee183b74514a621e4aaa6da3dd7.tar.zst
ferdium-app-711181751f0a5ee183b74514a621e4aaa6da3dd7.zip
feat: self signed certificates bypass (#1545)
* feat: self signed certificates bypass * fix lint and vscode setting * Fix some mistakes and comments * forgot this one [skip ci]
Diffstat (limited to 'src/config.ts')
-rw-r--r--src/config.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config.ts b/src/config.ts
index fd1b1cced..73ea25343 100644
--- a/src/config.ts
+++ b/src/config.ts
@@ -424,6 +424,7 @@ export const DEFAULT_APP_SETTINGS = {
424 customTodoServer: '', 424 customTodoServer: '',
425 locale: 'en-US', 425 locale: 'en-US',
426 keepAllWorkspacesLoaded: false, 426 keepAllWorkspacesLoaded: false,
427 useSelfSignedCertificates: false,
427}; 428};
428 429
429export const DEFAULT_SERVICE_SETTINGS = { 430export const DEFAULT_SERVICE_SETTINGS = {