remove info about how ip detection works, it is in the docs now
small wording consistency fixes
This commit is contained in:
parent
9534cd3619
commit
2089ad7ccf
@ -5,7 +5,7 @@
|
|||||||
{% block content %}
|
{% block content %}
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="jumbotron">
|
<div class="jumbotron">
|
||||||
<h4>Your IP(s):</h4>
|
<h4>Your current IP(s):</h4>
|
||||||
<h1>IPv4: <span id="ipv4">{{ request.session.ipv4 }}</span></h1>
|
<h1>IPv4: <span id="ipv4">{{ request.session.ipv4 }}</span></h1>
|
||||||
<h3>IPv6: <span id="ipv6">{{ request.session.ipv6 }}</span></h3>
|
<h3>IPv6: <span id="ipv6">{{ request.session.ipv6 }}</span></h3>
|
||||||
</div>
|
</div>
|
||||||
|
@ -35,19 +35,9 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="col-lg-8">
|
<div class="col-lg-8">
|
||||||
<div class="well well-sm">
|
<div class="well well-sm">
|
||||||
<h3>Your current IPs</h3>
|
<h3>Your current IP(s):</h3>
|
||||||
<p><b>IPv4:</b> <span id="ipv4" class="ipv4addr">{{ request.session.ipv4 }}</span></p>
|
<p><b>IPv4:</b> <span id="ipv4" class="ipv4addr">{{ request.session.ipv4 }}</span></p>
|
||||||
<p><b>IPv6:</b> <span id="ipv6" class="ipv6addr">{{ request.session.ipv6 }}</span></p>
|
<p><b>IPv6:</b> <span id="ipv6" class="ipv6addr">{{ request.session.ipv6 }}</span></p>
|
||||||
<p>Note: We try to get your IP addresses through a trick, by hosting two fake images:</p>
|
|
||||||
<ol>
|
|
||||||
<li>on a IPv4-only server</li>
|
|
||||||
<li>on a IPv6-only server</li>
|
|
||||||
</ol>
|
|
||||||
<p>
|
|
||||||
That way we can detect your IPs when your browser tries to load the images and
|
|
||||||
associate them with your session.
|
|
||||||
If we detected an IP address, we will update this information accordingly.
|
|
||||||
</p>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user