Is it possible to hide the source code of the page? I ask why Twitter seems to use this technique. See:
<!DOCTYPE html>
<html lang="pt">
<head>
<meta charset="utf-8" />
<title>Twitter</title>
<style>
body {
background-color: #ffffff;
font-family: sans-serif;
}
a {
color: #1da1f2;
}
svg {
color: #1da1f2;
display: block;
fill: currentcolor;
height: 21px;
margin: 13px auto;
width: 24px;
}
</style>
</head>
<body>
<noscript>
<center>Se você não for redirecionado em breve, <a href="/">use este link</a>.</center>
</noscript>
<script nonce="+S++B3GsGLtBoFsjmI2+Pg==">
document.cookie = "app_shell_visited=1;path=/;max-age=5";
location.replace(location.href.split("#")[0]);
</script>
</body>
</html>