Skip to content

Commit

Permalink
mention the need for secure context in README
Browse files Browse the repository at this point in the history
fix #13
  • Loading branch information
NicolasCARPi committed Jul 7, 2024
1 parent 7a8cd2a commit 3e00b8a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 3e00b8a

Please sign in to comment.