Skip to content

Commit 8b474db

Browse files
authored
feat: add nuxt-csp-report module (#1374)
1 parent ec0197f commit 8b474db

2 files changed

Lines changed: 73 additions & 0 deletions

File tree

icons/nuxt-csp-report.svg

Lines changed: 55 additions & 0 deletions
Loading

modules/nuxt-csp-report.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: nuxt-csp-report
2+
description: >-
3+
A Nuxt module for collecting, normalizing, and persisting Content Security
4+
Policy (CSP) reports.
5+
repo: Gonzo17/nuxt-csp-report
6+
npm: nuxt-csp-report
7+
icon: nuxt-csp-report.svg
8+
github: https://github.com/Gonzo17/nuxt-csp-report
9+
website: https://github.com/Gonzo17/nuxt-csp-report
10+
learn_more: ''
11+
category: Security
12+
type: 3rd-party
13+
maintainers:
14+
- name: David Gonzalez Casin
15+
github: Gonzo17
16+
compatibility:
17+
nuxt: '>=3.12.0'
18+
requires: {}

0 commit comments

Comments
 (0)