You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-07-16 00:14:34 +02:00
All: Add new encryption methods based on native crypto libraries (#10696)
Co-authored-by: Laurent Cozic <laurent22@users.noreply.github.com> Co-authored-by: Henry Heino <personalizedrefrigerator@gmail.com>
This commit is contained in:
@ -1603,6 +1603,17 @@ const builtInMetadata = (Setting: typeof SettingType) => {
|
||||
// storage: SettingStorage.File,
|
||||
// },
|
||||
|
||||
'featureFlag.useBetaEncryptionMethod': {
|
||||
value: false,
|
||||
type: SettingItemType.Bool,
|
||||
public: true,
|
||||
storage: SettingStorage.File,
|
||||
label: () => 'Use beta encryption',
|
||||
description: () => 'Set beta encryption methods as the default methods. This applies to all clients and takes effect after restarting the app.',
|
||||
section: 'sync',
|
||||
isGlobal: true,
|
||||
},
|
||||
|
||||
'sync.allowUnsupportedProviders': {
|
||||
value: -1,
|
||||
type: SettingItemType.Int,
|
||||
|
Reference in New Issue
Block a user