diff --git a/chrome/content/zotero/xpcom/file.js b/chrome/content/zotero/xpcom/file.js index 3f72884d7c..b53fe14e4b 100644 --- a/chrome/content/zotero/xpcom/file.js +++ b/chrome/content/zotero/xpcom/file.js @@ -1356,7 +1356,9 @@ Zotero.File = new function(){ // pCloud || path.toLowerCase().includes('pcloud') // iCloud Drive (~/Library/Mobile Documents/com~apple~CloudDocs) - || path.includes('Mobile Documents'); + || path.includes('Mobile Documents') + // Box + || path.includes('Box'); };