1
0
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:
Self Not Found
2025-05-19 21:59:20 +00:00
committed by GitHub
parent 5b2f409254
commit e65fbecef0
2 changed files with 3 additions and 14 deletions

View File

@@ -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,