Function parse_and_potentially_append_to_csp_list

Source
fn parse_and_potentially_append_to_csp_list(
    old_csp_list: Option<CspList>,
    csp_header_iter: ValueIter<'_, HeaderValue>,
    disposition: PolicyDisposition,
) -> Option<CspList>