diff --git a/src/router/index.ts b/src/router/index.ts
index 2c039010..ab6502d1 100644
--- a/src/router/index.ts
+++ b/src/router/index.ts
@@ -136,6 +136,11 @@ const routes: Array = [
name: "help-onboarding",
component: () => import("../views/HelpOnboardingView.vue"),
},
+ {
+ path: "/help-terms",
+ name: "help-terms",
+ component: () => import("../views/HelpTermsView.vue"),
+ },
{
path: "/",
name: "home",
diff --git a/src/views/HelpTermsView.vue b/src/views/HelpTermsView.vue
new file mode 100644
index 00000000..0a0440a3
--- /dev/null
+++ b/src/views/HelpTermsView.vue
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+
+
+ Terms & Conditions and Privacy Policies
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ This work is public domain. (If you like rules, reference
+
+ CC0 1.0
+
+
+
+ )
+
+
+ This is offered freely, with the hope that it helps but without any
+ warranty or guarantee. When you share data or even look at information here,
+ you accept the risk that goes with those activities. In other words,
+ if you expect some functionality or you expect some protection, and you
+ feel it is appropriate to force those expectations on the system or its
+ operators or creators, then you are not allowed to use it.
+
+
+ Here is how your data is used:
+
+
+ -
+ If sending images, a server stores them. They can be removed by editing
+ each claim and deleting the image.
+
+ -
+ If sending other partner system data (eg. to Trustroots) a public key
+ and message data are stored on a server. Those can be removed via
+ direct personal request (email
+
+ {{ SUPPORT_EMAIL }}
+ ).
+
+ -
+ For all other claim data,
+
+ the Endorser Service has this Privacy Policy.
+
+
+
+
+
+
+ Here are the details for SMS notifications:
+
+ - You may opt to receive SMS messages for two purposes:
+
+ - A daily reminder message
+ - A notification of new activity for items that you are watching
+
+
+ -
+ Before enabling these notifications, you must register your phone number and give permission to use it for searches.
+
+ -
+ Once your phone number is registered and linked to your DID, you can enable or disable either kind of SMS message.
+ You can disable these any time with the same toggle.
+
+ -
+ If you lose your credentials, you can register your phone with a different DID.
+ Then you can enable and disable notifications for your phone.
+
+ -
+ Carriers are not liable for delayed or undelivered messages.
+
+ -
+ As always, message and data rates may apply for any messages sent to you from us and to us from you.
+ You will receive at most one of each kind of message per day.
+ If you have any questions about your text plan or data plan, it is best to contact your wireless provider.
+
+ -
+ Our servers will only store your phone number and the type of notifications you have enabled,
+ along with the explicit signed permission to use it for searches.
+
+
+
+
+
+
+
+
+
diff --git a/src/views/HelpView.vue b/src/views/HelpView.vue
index ac2aa9d6..e6cfb629 100644
--- a/src/views/HelpView.vue
+++ b/src/views/HelpView.vue
@@ -480,46 +480,14 @@
What are the terms & conditions and the privacy policy?
-
- This work is public domain. (If you like rules, reference
-
- CC0 1.0
-
-
-
- .) This is offered freely, with the hope that it helps but without any warranty or guarantee;
- if it helps you then enjoy using it,
- but if you may try to forcibly collect damages for things you think it should do (or not do)
- then don't use it.
-
- As for data & privacy:
+
+
+ Read them here.
+
-
- -
- If sending images, a server stores them. They can be removed by editing each claim
- and deleting the image.
-
- -
- If sending other partner system data (eg. to Trustroots) a public key and message
- data are stored on a server. Those can be removed via direct personal request (via contact below).
-
- -
- For all other claim data,
-
- the Endorser Service has this Privacy Policy.
-
-
-
How can I contribute?