LibWeb: Implement should block mixed content response to request

This commit is contained in:
Jamie Mansfield 2024-05-29 19:40:01 +01:00 committed by Andreas Kling
parent 2159377296
commit 7ce35b75aa
Notes: sideshowbarker 2024-07-17 00:53:02 +09:00
3 changed files with 29 additions and 2 deletions

View file

@ -23,4 +23,6 @@ ProhibitsMixedSecurityContexts does_settings_prohibit_mixed_security_contexts(JS
Fetch::Infrastructure::RequestOrResponseBlocking should_fetching_request_be_blocked_as_mixed_content(Fetch::Infrastructure::Request&);
Fetch::Infrastructure::RequestOrResponseBlocking should_response_to_request_be_blocked_as_mixed_content(Fetch::Infrastructure::Request&, JS::NonnullGCPtr<Fetch::Infrastructure::Response>&);
}