check_a_navigation_response_adherence_to_x_frame_options

Function check_a_navigation_response_adherence_to_x_frame_options 

Source
pub(crate) fn check_a_navigation_response_adherence_to_x_frame_options(
    window: &Window,
    csp_list: Option<&CspList>,
    destination_origin: &MutableOrigin,
    headers: Option<&Serde<HeaderMap>>,
) -> bool
Expand description