ladybird
ladybird copied to clipboard
LibWeb: Prevent crash on non-fetch scheme navigation
This patch aims to prevent the WebContent process from crashing on non-fetch scheme navigation, such as mailto.
It would previously crash when trying to access the NavigationParams
of the NavigationParamsVariant
, while this one contained a NonFetchSchemeNavigationParams
.
This is made to prevent the crash mentioned in #3113.