Function should_response_be_blocked_as_mixed_content

Source
pub fn should_response_be_blocked_as_mixed_content(
    request: &Request,
    response: &Response,
    protocol_registry: &ProtocolRegistry,
) -> bool
Expand description