You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-11-29 22:48:10 +02:00
All: Set new encryption methods as default (#12229)
This commit is contained in:
@@ -1716,17 +1716,6 @@ 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,
|
||||
},
|
||||
|
||||
'featureFlag.richText.useStrictContentSecurityPolicy': {
|
||||
value: true,
|
||||
type: SettingItemType.Bool,
|
||||
|
||||
Reference in New Issue
Block a user