ladybird/Userland/Libraries/LibWeb/MixedContent
Tim Ledbetter 572ebe00ea LibWeb: Avoid null dereference when performing mixed content checks
Previously, navigating to or from `about:newtab` caused a crash due to
inadvertent null dereferences when checking whether a request or
response to a request should be blocked as mixed content.
2024-06-14 07:52:18 +02:00
..
AbstractOperations.cpp LibWeb: Avoid null dereference when performing mixed content checks 2024-06-14 07:52:18 +02:00
AbstractOperations.h LibWeb: Implement should block mixed content response to request 2024-06-07 09:50:30 +02:00