Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

plugin/in_http: recognize CSP reports as JSON data #4282

Merged
merged 1 commit into from
Apr 30, 2024

Commits on Aug 29, 2023

  1. plugin/in_http: recognize CSP reports as JSON data

    To make it easy to use fluentd for CSP reporting, let's parse retrieved
    data as JSON if the content type is `application/csp-report`. It is
    guaranteed to be a well formatted JSON according to the specification.
    
    Signed-off-by: Giedrius Statkevičius <giedrius.statkevicius@vinted.com>
    GiedriusS committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    86ebfd3 View commit details
    Browse the repository at this point in the history