webprofiler-10.0.x-dev/templates/Profiler/toolbar_redirect.html.twig
templates/Profiler/toolbar_redirect.html.twig
<html>
<head>
<title>Redirection Intercepted</title>
</head>
<body>
<div class="sf-reset">
<div class="block-exception">
<h1>This request redirects to <a href="{{ location }}">{{ location }}</a>.</h1>
<p>
<small>
The redirect was intercepted by the webprofiler toolbar to help debugging.
For more information, see the "intercept-redirects" option of the Profiler.
</small>
</p>
</div>
</div>
</body>
</html>
