LibWeb: Upgrade mixed requests to potentially trustworthy URLs

(if appropriate)
This commit is contained in:
Jamie Mansfield 2024-05-29 19:27:27 +01:00 committed by Andreas Kling
commit 2159377296
Notes: sideshowbarker 2024-07-17 02:55:44 +09:00
3 changed files with 35 additions and 1 deletions

View file

@ -12,6 +12,8 @@
namespace Web::MixedContent {
void upgrade_a_mixed_content_request_to_a_potentially_trustworthy_url_if_appropriate(Fetch::Infrastructure::Request&);
enum class ProhibitsMixedSecurityContexts {
ProhibitsMixedSecurityContexts,
DoesNotRestrictMixedSecurityContexts,