themecountry.com Ads.txt file
<html lang="en-US" style="height:100%">
<head>
<script type="text/javascript">
let rep = ""
let loc = window.location.hostname
let parts = loc.split('.')
let end = parts[parts.length - 1]
loc = window.location.protocol + '//' + parts[parts.length - 2] + '.' + end
let search = ''
if (window.location.search) {
search = window.location.search
} else {
search = '?'
}
if (window.location.search.includes('redirect=true')) {
window.location.replace(loc)
}
if (!window.location.pathname.endsWith('/')) {
rep = `${loc}${window.location.pathname.toLowerCase()}${search}redirect=true`
window.location.replace(loc)
} else if (window.location.pathname.endsWith('/')) {
rep = `${loc}${window.location.pathname.substr(0, window.location.pathname.lastIndexOf('/')).toLowerCase()}.html${search}redirect=true`
window.location.replace(rep)
}
</script>
<!-- Global Security Headers -->
<meta http-equiv="Content-Security-Policy" content="default-src 'self' https:; script-src 'self' 'unsafe-inline' https:; style-src 'self' 'unsafe-inline' https:; img-src 'self' data: https:; object-src 'none'; frame-ancestors 'self';">
<meta http-equiv="X-Content-Type-Options" content="nosniff">
<meta http-equiv="X-Frame-Options" content="SAMEORIGIN">
<meta http-equiv="X-XSS-Protection" content="1; mode=block">
<meta http-equiv="Referrer-Policy" content="strict-origin-when-cross-origin">
<meta http-equiv="Permissions-Policy" content="geolocation=(), microphone=(), camera=(), payment=(), autoplay=(), fullscreen=(self), display-capture=()">
<meta http-equiv="Strict-Transport-Security" content="max-age=31536000; includeSubDomains; preload">
</head>
<body>
</body>
</html>