From 54a13cdb0e55a2af55fbbaffa9cb797c3bf97f81 Mon Sep 17 00:00:00 2001 From: jsip Date: Tue, 5 Dec 2023 16:05:23 -0500 Subject: [PATCH] docs: Update README.md concerning CSP (nonce) --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 30351e2..0dc6ab9 100644 --- a/README.md +++ b/README.md @@ -67,3 +67,6 @@ The Paragraph Tool supports these configuration parameters: } ``` +## Supports CSP out of the box + +Adds a nonce to injected style tags based on [``](https://github.com/marco-prontera/vite-plugin-css-injected-by-js#usestrictcsp-boolean) being present in your document head. \ No newline at end of file