diff --git a/icons/nuxt-csp-report.svg b/icons/nuxt-csp-report.svg new file mode 100644 index 000000000..fa3cd6961 --- /dev/null +++ b/icons/nuxt-csp-report.svg @@ -0,0 +1,55 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/modules/nuxt-csp-report.yml b/modules/nuxt-csp-report.yml new file mode 100644 index 000000000..6f4c4ed5d --- /dev/null +++ b/modules/nuxt-csp-report.yml @@ -0,0 +1,18 @@ +name: nuxt-csp-report +description: >- + A Nuxt module for collecting, normalizing, and persisting Content Security + Policy (CSP) reports. +repo: Gonzo17/nuxt-csp-report +npm: nuxt-csp-report +icon: nuxt-csp-report.svg +github: https://github.com/Gonzo17/nuxt-csp-report +website: https://github.com/Gonzo17/nuxt-csp-report +learn_more: '' +category: Security +type: 3rd-party +maintainers: + - name: David Gonzalez Casin + github: Gonzo17 +compatibility: + nuxt: '>=3.12.0' + requires: {}