diff --git a/core/eula.html b/core/eula.html index 61cfa143..73443df0 100644 --- a/core/eula.html +++ b/core/eula.html @@ -34,12 +34,15 @@

If you encounter objectionable content, you can filter it from your view by blocking the user who posted it. This also makes it so that users - following you will not see it as a consequence of following you. + following you will not see it as a consequence of following you. You can + also flag a message to signal to operators of services to which you + connect that the content should be considered for blocking.

The admin app contains a variety of settings that control the types of connections Tilde Friends will make or accept, including whether - the app will even accept or make connections at all. + the app will even accept or make connections at all. This is also where a + local blocklist can be managed.

This app is not a service

@@ -47,12 +50,6 @@ has no more ability to see or filter what you post or read than any other user of the network.

-

- If you believe objectionable content obtained from a service that is - running as part of the Secure Scuttlebutt network should be flagged, - report it to the operator of the service, generally by contacting the - email address listed when visiting the server address in a web browser. -

Agreement

If you do not accept these terms, do not use this app. You may close and diff --git a/src/httpd.js.c b/src/httpd.js.c index b1a938fa..41476bb7 100644 --- a/src/httpd.js.c +++ b/src/httpd.js.c @@ -23,7 +23,7 @@ #define YELLOW "\e[1;33m" #define RESET "\e[0m" -static const int k_eula_version = 1; +static const int k_eula_version = 2; static JSClassID _httpd_request_class_id;