Browse Source

chores: no eavesdropping

Ifedapo Olarewaju 7 years ago
parent
commit
362ed5ef9b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      examples/cdn-example/index.html

+ 1 - 1
examples/cdn-example/index.html

@@ -21,7 +21,7 @@
         target: 'body'
       })
       .use(Webcam, {target: Dashboard})
-      .use(Tus10, {endpoint: 'http://master.tus.io/files/', resume: true})
+      .use(Tus10, {endpoint: 'https://master.tus.io/files/', resume: true})
       .use(Informer, {target: Dashboard})
 
       uppy.run()