mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-17 16:50:22 +00:00
Merge remote-tracking branch 'origin/main' into restore/pr-6284
This commit is contained in:
commit
5585a796af
406 changed files with 15280 additions and 11993 deletions
|
|
@ -122,7 +122,6 @@ export default () => {
|
|||
companionAllowedHosts,
|
||||
...getCompanionKeysParams('GOOGLE_DRIVE'),
|
||||
})
|
||||
// .use(Instagram, { target: Dashboard, companionUrl: COMPANION_URL, companionAllowedHosts })
|
||||
// .use(Dropbox, { target: Dashboard, companionUrl: COMPANION_URL, companionAllowedHosts })
|
||||
// .use(Box, { target: Dashboard, companionUrl: COMPANION_URL, companionAllowedHosts })
|
||||
// .use(Facebook, { target: Dashboard, companionUrl: COMPANION_URL, companionAllowedHosts })
|
||||
|
|
@ -150,7 +149,6 @@ export default () => {
|
|||
'Box',
|
||||
'Dropbox',
|
||||
'Facebook',
|
||||
'Instagram',
|
||||
'OneDrive',
|
||||
'Unsplash',
|
||||
'Zoom',
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue