pub fn should_filter<F>(
item: &F,
config: &CspFilterConfig,
) -> Result<(), FilterStatKey>where
F: Filterable,
Expand description
Filters CSP events based on disallowed sources.
pub fn should_filter<F>(
item: &F,
config: &CspFilterConfig,
) -> Result<(), FilterStatKey>where
F: Filterable,
Filters CSP events based on disallowed sources.