Added echoing of user agents

This commit is contained in:
Slatian
2023-02-21 10:51:28 +01:00
parent c7ba9a6346
commit 64498da57a
3 changed files with 26 additions and 3 deletions

View File

@ -57,5 +57,12 @@
</small></p>
</section>
{% endif %}
{% if data.user_agent %}
<section>
<h2>User Agent</h2>
<p>Independent of your IP-Address your browser sends a <a href="https://en.wikipedia.org/wiki/User_agent">User Agent</a> header with each http request.</p>
<p>Your browser sent: <code>{{data.user_agent}}</code></p>
</section>
{% endif %}
</body>
</html>