Recently, there was a question on Stack Overflow related to being able to inspect the local storage of a redirecting page.
So I was wondering whether such use cases would be handled best by adding an option to prevent all redirects a page triggers, be it via JavaScript, HTML <meta>
element, or HTTP header.
I imagine a toggle option within the Network Monitor and a global hint that this option is enabled so that developers don’t forget that this option is set and/or one when redirection got blocked.
Does that sound reasonable and feasible?
Sebastian