mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-31 05:09:12 +00:00
LibWeb: Upgrade mixed requests to potentially trustworthy URLs
(if appropriate)
This commit is contained in:
parent
8f0d035145
commit
2159377296
Notes:
sideshowbarker
2024-07-17 02:55:44 +09:00
Author: https://github.com/jamierocks
Commit: 2159377296
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/22
3 changed files with 35 additions and 1 deletions
|
@ -237,7 +237,9 @@ WebIDL::ExceptionOr<JS::GCPtr<PendingResponse>> main_fetch(JS::Realm& realm, Inf
|
|||
|
||||
// FIXME: 4. Run report Content Security Policy violations for request.
|
||||
// FIXME: 5. Upgrade request to a potentially trustworthy URL, if appropriate.
|
||||
// FIXME: 6. Upgrade a mixed content request to a potentially trustworthy URL, if appropriate.
|
||||
|
||||
// 6. Upgrade a mixed content request to a potentially trustworthy URL, if appropriate.
|
||||
MixedContent::upgrade_a_mixed_content_request_to_a_potentially_trustworthy_url_if_appropriate(request);
|
||||
|
||||
// 7. If should request be blocked due to a bad port, should fetching request be blocked as mixed content, or
|
||||
// should request be blocked by Content Security Policy returns blocked, then set response to a network error.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue