diff --git a/README.md b/README.md index 90eff6be..1b92174f 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,7 @@ A simple component for making elements draggable. - [DraggableCore](#draggablecore) - [Using nodeRef](#using-noderef) - [Controlled vs. Uncontrolled](#controlled-vs-uncontrolled) +- [Content Security Policy](#content-security-policy) - [Contributing](#contributing) ## Installation @@ -117,6 +118,7 @@ type DraggableData = { | `grid` | `[number, number]` | - | Snap to grid `[x, y]` | | `handle` | `string` | - | CSS selector for the drag handle | | `nodeRef` | `React.RefObject` | - | Ref to the DOM element. Required for React Strict Mode | +| `nonce` | `string` | - | CSP nonce for the injected user-select `