diff --git a/src/views/index.mustache b/src/views/index.mustache index e9f1eef..0d79750 100644 --- a/src/views/index.mustache +++ b/src/views/index.mustache @@ -73,7 +73,9 @@
Darkwire Version: v{{APP.version}} (View Release Notes)
WARNING: Darkwire does not mask IP addresses nor can verify the integrity of parties recieving messages. Proceed with caution and always confirm recipients before starting a chat session.
Questions/comments? Email us at hello[at]darkwire.io
Found a bug or want a new feature? Open a ticket on Github.
This software uses the Crypto Web API to encrypt data which is transferred using secure WebSockets. See Disclaimer.
+ +We believe in your privacy and full transparency. View the source code and documentation on Github.
diff --git a/src/views/partials/disclaimer.mustache b/src/views/partials/disclaimer.mustache deleted file mode 100644 index d6e7ab4..0000000 --- a/src/views/partials/disclaimer.mustache +++ /dev/null @@ -1,8 +0,0 @@ -
DISCLAIMER: This software uses the Crypto Web API to encrypt data which is transferred using secure WebSockets. Darkwire does not mask IP addresses nor can verify the integrity parties recieving messages. Proceed with caution and always confirm recipients before continuing.
- - - -{{#APP.ip}} -Recognized IP: {{APP.ip}}*
-*This IP is your public IP recognized by all web servers. If this IP and/or its location data seems familiar to you, we recommend using TOR or a proxy before starting a new chat session.
-{{/APP.ip}} diff --git a/src/views/partials/ip.mustache b/src/views/partials/ip.mustache new file mode 100644 index 0000000..6189b18 --- /dev/null +++ b/src/views/partials/ip.mustache @@ -0,0 +1,4 @@ +{{#APP.ip}} +Recognized IP: {{APP.ip}}*
+*This IP is your public IP recognized by all web servers. If this IP and/or its location data seems familiar to you, we recommend using TOR or a proxy before starting a new chat session.
+{{/APP.ip}}