From 3e00b8afd794cb0fd61547f135951ff8cf2f1f0a Mon Sep 17 00:00:00 2001 From: Nicolas CARPi Date: Sun, 7 Jul 2024 22:15:32 +0200 Subject: [PATCH] mention the need for secure context in README fix #13 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e1e085f44..7cb3f98c6 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,8 @@ const dropzone = new Dropzone("#elementId", { url: "/file/post" }); [👉 Checkout our example implementations for different bundlers](https://github.com/dropzone/dropzone-examples) +Note: this library must be used in a [secure context](https://developer.mozilla.org/en-US/docs/Web/Security/Secure_Contexts) (works only over HTTPS or locally). + ## Not using a package manager or bundler? Use the standalone files like this: