Closed yuhong closed 2 years ago
This seems unexpected indeed, the relevant comment is:
Looks like it's a cut/paste error. If you do wget www.doioig.gov, this is the page you get. Notice the meta refresh that points to stackoverflow.com.<p><pre><code> <!DOCTYPE HTML>\n <html lang=\"en-US\">\n <head>\n <meta charset=\"UTF-8\">\n <meta http-equiv=\"refresh\" content=\"1;url=http://stackoverflow.com\">\n <script language=\"javascript\">\n window.location.href = \"http://www.doi.gov/oig/index.cfm\"\n </script>\n <title>Page Redirection</title>\n </head>\n <body>\n If you are not redirected automatically, please click the link to continue to the <a href='http://www.doi.gov/oig/index.cfm'>U.S. Department of the Interior Office of Inspector General.</a>\n </body>\n </html></code></pre>
however, highlighted, it seems like the entities have been decoded:
Looks like it's a cut/paste error. If you do wget www.doioig.gov, this is the page you get. Notice the meta refresh that points to stackoverflow.com.<p><pre><code> <!DOCTYPE HTML>\n <html lang=\"en-US\">\n <head>\n <meta charset=\"UTF-8\">\n <meta http-equiv=\"refresh\" content=\"1;url=http://stackoverflow.com\">\n <script language=\"javascript\">\n window.location.href = \"http://www.doi.gov/oig/index.cfm\"\n </script>\n <title>Page Redirection</title>\n </head>\n <body>\n If you are not redirected automatically, please click the link to continue to the <a href='http://www.doi.gov/oig/index.cfm'>U.S. Department of the <em>Interior</em> <em>Office</em> of Inspector General.</a>\n </body>\n </html></code></pre>
the objectID is 5311430
I haven't yet dug deeper to find out why the entities are decoded
This seems to be fixed. Why not close the issue?
https://hn.algolia.com/?dateRange=all&page=0&prefix=false&query=interior%20office&sort=byPopularity&type=comment redirects to stackoverflow, probably due to an XSS problem