mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-05 18:02:54 +00:00
LibWeb: Implement should block mixed content response to request
This commit is contained in:
parent
2159377296
commit
7ce35b75aa
Notes:
sideshowbarker
2024-07-17 00:53:02 +09:00
Author: https://github.com/jamierocks
Commit: 7ce35b75aa
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/22
3 changed files with 29 additions and 2 deletions
|
@ -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>&);
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue