<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<title>Protection.</title>
<link rev="made" href="mailto:contact@mageialinux-online.org" />
</head>

<body>
<h1>Protection.</h1>
<p>
	You see this page if some metrics or cookie is missing.
	In order to protect we use cookies and referer.
	Please wait, you will be redirected as soon as possible.
</p>
<script>
	const url = new URL(window.location.toLocaleString());
	const queryString = new URLSearchParams(url.search);
	const requestPage = queryString.get('return')
	queryString.delete('return')
	document.addEventListener("DOMContentLoaded", function(event) {
		window.location.replace(url.origin + requestPage + '?' + queryString.toString())
	});
</script>
</body>
</html>

