You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-07-16 00:14:34 +02:00
Desktop: Security: Make attachment and file links safer (#10250)
This commit is contained in:
@ -1559,6 +1559,15 @@ class Setting extends BaseModel {
|
||||
isGlobal: true,
|
||||
},
|
||||
|
||||
'linking.extraAllowedExtensions': {
|
||||
value: [],
|
||||
type: SettingItemType.Array,
|
||||
public: false,
|
||||
appTypes: [AppType.Desktop],
|
||||
label: () => 'Additional file types that can be opened without confirmation.',
|
||||
storage: SettingStorage.File,
|
||||
},
|
||||
|
||||
'net.customCertificates': {
|
||||
value: '',
|
||||
type: SettingItemType.String,
|
||||
|
Reference in New Issue
Block a user