You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-11-29 22:48:10 +02:00
All: Enable ignoreTlsErrors and custom certificates for S3 sync (#8980)
This commit is contained in:
@@ -1498,6 +1498,7 @@ class Setting extends BaseModel {
|
||||
advanced: true,
|
||||
show: (settings: any) => {
|
||||
return [
|
||||
SyncTargetRegistry.nameToId('amazon_s3'),
|
||||
SyncTargetRegistry.nameToId('nextcloud'),
|
||||
SyncTargetRegistry.nameToId('webdav'),
|
||||
SyncTargetRegistry.nameToId('joplinServer'),
|
||||
@@ -1517,6 +1518,7 @@ class Setting extends BaseModel {
|
||||
show: (settings: any) => {
|
||||
return (shim.isNode() || shim.mobilePlatform() === 'android') &&
|
||||
[
|
||||
SyncTargetRegistry.nameToId('amazon_s3'),
|
||||
SyncTargetRegistry.nameToId('nextcloud'),
|
||||
SyncTargetRegistry.nameToId('webdav'),
|
||||
SyncTargetRegistry.nameToId('joplinServer'),
|
||||
|
||||
Reference in New Issue
Block a user