- Firefox-Version
- 79.0 (64-bit)
- Betriebssystem
- Windows 10 1909 mit allen Updates.
Hallo zusammen,
ich habe seit fx79 ein Problem mit der fasttech-Seite: >fasttech<
Statt der üblichen Darstellung bekomme ich Folgendes als Antwort:
HTML
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Our apologies: Internal Server Error</title>
<link href="//fasttechcdn.com/css/storefront.min.css" rel="stylesheet" type="text/css" />
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"
type="text/javascript"></script>
<style type="text/css">
.frame
{
width: 100%;
position: absolute;
top: 50%;
height: 550px;
margin-top: -225px;
}
</style>
<script type="text/javascript">
function getVar(variable) {
var query = window.location.search.substring(1);
var vars = query.split('&');
for (var i = 0; i < vars.length; i++) {
var pair = vars[i].split('=');
if (decodeURIComponent(pair[0]) == variable) {
return decodeURIComponent(pair[1]);
}
}
return '';
}
function tryAgain() {
if (getVar('aspxerrorpath').length > 0)
window.location.href = getVar('aspxerrorpath');
else
window.location.reload();
}
</script>
</head>
<body>
<div class="frame">
<table class="CenterFixedWidth" style="margin: auto;">
<tr>
<td>
<a href="http://www.fasttech.com">
<img src="http://fasttechcdn.com/images/fasttech.png" /></a>
<div class="PageTitle" style="margin-top: 15px">Oops! Server error...</div>
<div class="MediumLabel" style="margin-top: 25px">
Sorry, it appears there has been an internal server error with the page you've requested.
The site administrators have been notified.
</div>
<div class="MediumLabel Bold" style="margin-top: 40px">
We suggest...
</div>
<div class="MediumLabel" style="margin-top: 10px">
<ol>
<li>checking the web address for typos.</li>
<li><a href="javascript:tryAgain();">try that page again</a>.</li>
<li>visiting our <a href="http://www.fasttech.com">home page</a>.</li>
<li>visiting our <a href="http://www.fasttech.com/pages/site-map">full website sitemap</a>.</li>
<li>using our site search below.</li>
</ol>
<blockquote>
<input style="width: 200px" onkeydown="if(event.keyCode==13)window.location.href='http://www.fasttech.com/search?'+$(this).val();" />
</blockquote>
</div>
</td>
</tr>
</table>
</div>
</body>
</html>
Alles anzeigen
Das Ganze wird mir nicht als HTML-Seite, sondern exakt so wie oben als Text angezeigt.
Geht das nur mir so oder Anderen auch?
BTW: Im aktuellen Iron-Browser (Chrome ohne Google) wird die Seite korrekt angezeigt.