{% extends "base.html" %} {% block tab_title %}{{ gettext('Warning: Proxy Detected') }}{% endblock %} {% block body %}

{{ gettext('Proxy Service Detected') }}

{% include 'flashed.html' %}

{{ gettext('You appear to be using a Tor proxy service to access SecureDrop. Proxy services do not protect your anonymity.') }}

{{ gettext('Anyone monitoring your Internet traffic — including your government, your Internet provider, or the proxy operator — may be able to identify you.') }}

{{ gettext('Always use Tor Browser ({}) to access SecureDrop. Valid SecureDrop site addresses end with .onion. The correct address for this site is:').format("https://www.torproject.org/download/") }}

{{ source_url }}

{{ gettext ('If you are already using Tor Browser, copy the address above and generate a new identity before you access SecureDrop.') }} {{ gettext('Click the  New Identity button in your Tor Browser\'s toolbar. This will clear your Tor Browser activity data on this device.').format(icon=url_for('static', filename='i/torbroom.png')) }}

{{ gettext('If there is a reasonable risk of your Internet traffic being monitored, consider connecting from a different location or network.') }}

{% endblock %}