1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-10 18:10:56 +09:00
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