Skip to content
Snippets Groups Projects
Closed (moved) Infinite redirect at https://blog.torproject.org/tor-browser-756-released
  • View options
    • View options
  • Closed (moved) created by Trac

    Can not add URLs in bug-report so I have rewritten all but the first of each URL with AAA, BBB.

    As-MacBook-Pro:~ a$ curl https://blog.torproject.org/tor-browser-756-released
    <!DOCTYPE html>
    <html>
        <head>
            <meta charset="UTF-8" />
            <meta http-equiv="refresh" content="0;url=https://blog.torproject.org/new-release-tor-browser-756" />
    
            <title>Redirecting to BBB</title>
        </head>
        <body>
            Redirecting to <a href="BBB">BBB</a>.
        </body>
    As-MacBook-Pro:~ a$ curl BBB
    <!DOCTYPE html>
    <html>
        <head>
            <meta charset="UTF-8" />
            <meta http-equiv="refresh" content="0;url=https://blog.torproject.org/tor-browser-756-released" />
    
            <title>Redirecting to AAA</title>
        </head>
        <body>
            Redirecting to <a href="AAA">AAA</a>.
        </body>
    </html>As-MacBook-Pro:~ a$ 

    Trac:
    Username: pm

    Attributes

    Activity

    • All activity
    • Comments only
    • History only
    • Newest first
    • Oldest first