From 900ff9d1b7d9f8d161046b74e48c951edbc03b55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Johanson?= Date: Mon, 10 Feb 2020 22:43:21 +0100 Subject: [PATCH] fix #15 --- services/dropboxFileManager.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/dropboxFileManager.js b/services/dropboxFileManager.js index 2b6813f..cd2dfb1 100644 --- a/services/dropboxFileManager.js +++ b/services/dropboxFileManager.js @@ -20,7 +20,7 @@ function DropboxFileManager(settings) { var oauth = { accessTokenType: accessTokenType, origins: ['https://dropbox.com/oauth2/'], - authUrl: 'https://dropbox.com/oauth2/authorize?response_type=token&reject_cors_preflight=true', + authUrl: 'https://dropbox.com/oauth2/authorize?response_type=token', supportedFeatures: ['incognito', 'listDatabases'], title: 'Dropbox', icon: 'icon-dropbox',