Add cloud-storage warning for "BaiduSyncdisk"
https://forums.zotero.org/discussion/109845/
This commit is contained in:
parent
0f447c87dc
commit
8a66fc02fe
1 changed files with 2 additions and 1 deletions
|
@ -1417,8 +1417,9 @@ Zotero.File = new function(){
|
|||
|| path.includes('GoogleDrive') // https://forums.zotero.org/discussion/109502/
|
||||
// OneDrive
|
||||
|| path.toLowerCase().includes('onedrive')
|
||||
// Baidu Netdisk
|
||||
// Baidu
|
||||
|| path.toLowerCase().includes('baidunetdisk')
|
||||
|| path.toLowerCase().includes('baidusyncdisk')
|
||||
// MEGA
|
||||
|| path.includes('MEGA')
|
||||
// pCloud
|
||||
|
|
Loading…
Add table
Reference in a new issue