Files
ladybird/Userland/Libraries/LibWeb/Loader/FrameLoader.cpp
Idan Horowitz ce86026ac6 LibWeb: Add a maximum redirects limit to FrameLoader
This prevents the browser from crashing when trying to load an infinite
redirects loop. The chosen limit is based on the fetch specification:
"If request's redirect count is twenty, return a network error."
2021-05-11 21:41:48 +01:00

9.4 KiB