Skip to content

CSP3: Allow report batching. #229

Open
@mikewest

Description

@mikewest

Something like report-uri 'batched' /endpoint would allow us to gather up several reports, and send them in a single request, rather than DDoSing the endpoint:

[
    {
        // report 1
    },
    {
        // report 2
    },
    ...
    {
        // report N
    }
]

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions