pub async fn csp_list_scripts(
configuration: &mut Configuration,
params: CspListScriptsParams,
) -> Result<InlineResponse2007, Error<CspListScriptsError>>Expand description
List all scripts detected on a page.
pub async fn csp_list_scripts(
configuration: &mut Configuration,
params: CspListScriptsParams,
) -> Result<InlineResponse2007, Error<CspListScriptsError>>List all scripts detected on a page.