We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf12606 commit 5d3c610Copy full SHA for 5d3c610
README.md
@@ -44,6 +44,15 @@ $ CGO_ENABLED=0 go build csp_collector.go
44
45
See the sample.filterlist.txt file as an example of the filter list in a file
46
47
+### Request metadata
48
+
49
+Additional information can be attached to each report by adding a `metadata`
50
+url parameter to each report. That value will be copied verbatim into the
51
+logged report.
52
53
+For example a report sent to `https://collector.example.com/?metadata=foobar`
54
+will include field `metadata` with value `foobar`.
55
56
### Output formats
57
58
The output format can be controlled by passing `--output-format <type>`
0 commit comments