stellar.toml checker

Checks your stellar.toml (v2.5.0) for connectivity, syntax, valid contents and availability of defined services and assets.
home_domain or accountID


warning
Fetch SSL test: https://francestellar.com/.well-known/stellar.toml
Info:
  • Recommended content-type is text/plain or application/toml (got: text/html).
Errors:
  • The endpoint redirects once, it would be better if served directly.
Redirects:
  • https://francestellar.com/cgi-sys/suspendedpage.cgi

success
Fetch NON-SSL test: http://francestellar.com/.well-known/stellar.toml
Your http endpoint serves the same content as your https endpoint.

Redirects:
  • http://francestellar.com/cgi-sys/suspendedpage.cgi

failed
CORS test
Your CORS header is not set. You have to set it to * to allow access to every client. [how to]

failed
Parse TOML test: https://francestellar.com/cgi-sys/suspendedpage.cgi
Source
<!DOCTYPE html>
<html lang="en" >
<head>
	
    <meta charset="utf-8">
    <title></title>
    <meta name="description" content="">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
	<meta name="robots" content="nofollow">

	<style>
		@font-face {
			font-family: 'Stag';
			src: url('https://namedotcom-cdn.name.tools/fonts/stag/stag-semibold.woff2') format('woff2'),
				url('https://namedotcom-cdn.name.tools/fonts/stag/stag-semibold.woff') format('woff');
			font-weight: 600;
			font-style: normal;
			font-stretch: normal;
			font-display: swap;
		}	
		
		@font-face {
			font-family: 'ProximaNova';
			src: url('https://namedotcom-cdn.name.tools/fonts/proximanova/proximanova.eot');
			src: url('https://namedotcom-cdn.name.tools/fonts/proximanova/proximanova.woff') format('woff'),
				url('https://namedotcom-cdn.name.tools/fonts/proximanova/proximanova.ttf') format('truetype');
			font-weight: normal;
			font-style: normal;
			font-display: swap;
		}
		
		@font-face{
			font-family: 'ProximaNovaBold';
			src: url('https://namedotcom-cdn.name.tools/fonts/proximanova/proximanova-bold.eot');
			src: url('https://namedotcom-cdn.name.tools/fonts/proximanova/proximanova-bold.woff') format('woff'),
				url('https://namedotcom-cdn.name.tools/fonts/proximanova/proximanova-bold.ttf') format('truetype');
			font-weight: normal;
			font-style: normal;
			font-display: swap;
		}
		
		@font-face{
			font-family: 'FontAwesome';
			src: url('https://namedotcom-cdn.name.tools/fonts/fontawesome-webfont-4-7.eot');
			src: url('https://namedotcom-cdn.name.tools/fonts/fontawesome-webfont-4-7.woff2') format('woff2'),
				url('https://namedotcom-cdn.name.tools/fonts/fontawesome-webfont-4-7.woff') format('woff'),
				url('https://namedotcom-cdn.name.tools/fonts/fontawesome-webfont-4-7.ttf') format('truetype');
			font-weight: normal;
			font-style: normal;
			font-display: swap;
		}
	</style>	
    <link rel="stylesheet" type="text/css" href="https://namedotcom-cdn.name.tools/css/bootstrap3-2020_v2h-be6616c-210128.css" rel="preload">
    <link rel="stylesheet" type="text/css" href="https://namedotcom-cdn.name.tools/css/2020-brand-main_v2h-e1242a7-220906.css" rel="preload">
    
</head>

<body>
	
	<div class="container">
		<div class="row">
			<div class="col-xs-12">
				<h1 class="stag font93 colororange margin0 margintop100">Website <br class="visible-md visible-lg">Unavailable</h1>
				<div class="colorbar colorbarorange"> &nbsp; </div>
				<p class="proximanovabold font25 colordarkgray uppercase">Oh no! This account may have been suspended.</p>

				<p class="colordarkgray font18 margintop50">
					This is often due to an expired hosting product.  Please <a href="https://www.name.com/account/product" class="colorblue" rel="nofollow">log into your account</a> to make sure your hosting is still active.
				</p>	
				<p class="colordarkgray font18 margintop10">
					If this is not the case, feel free to <a href="https://www.name.com/support/hostingticket" class="colorblue" rel="nofollow">contact Support</a> for more information.
				</p>
				
				<a href="https://www.name.com" rel="nofollow"><img src="https://namedotcom-cdn.name.tools/media/logo/namelogo.svg" width="200" class="margintop80"></a>
			</div>
		</div>
	</div>

</body>
</html>
Errors:
  • Syntax error: unexpected token "T_BASIC_UNESCAPED" at line 1 with value "". Expected T_HASH or T_UNQUOTED_KEY.