From 47e55286f758830c4d75c6a5f0ba7683d66d3358 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Tue, 31 Oct 2023 05:25:18 -0400 Subject: [PATCH] Add Baidu Netdisk and MEGA to cloud-storage-folder checks Closes #3465 --- chrome/content/zotero/xpcom/file.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/chrome/content/zotero/xpcom/file.js b/chrome/content/zotero/xpcom/file.js index 6bf705989f..7013829875 100644 --- a/chrome/content/zotero/xpcom/file.js +++ b/chrome/content/zotero/xpcom/file.js @@ -1416,6 +1416,10 @@ Zotero.File = new function(){ || path.includes('Google Drive') // OneDrive || path.toLowerCase().includes('onedrive') + // Baidu Netdisk + || path.toLowerCase().includes('baidunetdisk') + // MEGA + || path.includes('MEGA') // pCloud || path.toLowerCase().includes('pcloud') // iCloud Drive (~/Library/Mobile Documents/com~apple~CloudDocs)