ladybird icon indicating copy to clipboard operation
ladybird copied to clipboard

LibWeb: Prevent crash on non-fetch scheme navigation

Open Lisible opened this issue 1 day ago • 1 comments

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.

Lisible avatar Mar 03 '25 07:03 Lisible