gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-docs] branch master updated: Fix taler://sync Uri in sync core AP


From: gnunet
Subject: [taler-docs] branch master updated: Fix taler://sync Uri in sync core API section
Date: Fri, 22 May 2020 13:31:28 +0200

This is an automated email from the git hooks/post-receive script.

torsten-grote pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new 875a6a5  Fix taler://sync Uri in sync core API section
875a6a5 is described below

commit 875a6a5bd3ba991050e459aa79f1bde808a1618a
Author: Torsten Grote <address@hidden>
AuthorDate: Fri May 22 08:31:06 2020 -0300

    Fix taler://sync Uri in sync core API section
---
 core/api-sync.rst | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/core/api-sync.rst b/core/api-sync.rst
index 0b692b2..2add73e 100644
--- a/core/api-sync.rst
+++ b/core/api-sync.rst
@@ -374,11 +374,11 @@ Synchronization user experience
 The menu should include three entries for synchronization:
 
 * "synchronize" to manually trigger synchronization,
-    insensitive if no synchronization provider is available
+  insensitive if no synchronization provider is available
 * "export backup configuration" to re-display (and possibly
-   print) the synchronization and backup parameters (URL and
-   private key), insensitive if no synchronization
-   provider is available, and
+  print) the synchronization and backup parameters (URL and
+  private key), insensitive if no synchronization
+  provider is available, and
 * "import backup configuration" to:
 
   * import another devices' synchronization options
@@ -397,10 +397,10 @@ private key.  It is likely better to map private keys to 
trustwords
 (PEP-style).  Also, when putting private keys into a QR code, there is
 the danger of the QR code being scanned and interpreted as a "public"
 URL.  Thus, the QR code should use the schema
-"taler-sync://$SYNC-DOMAIN/$SYNC-PATH#private-key" where
-"$SYNC-DOMAIN" is the domainname of the synchronization service and
-$SYNC-PATH the (usually empty) path.  By putting the private key after
-"#", we may succeed in disclosing the value even to eager Web-ish
+``taler://sync/$SYNC-DOMAIN/$SYNC-PATH#private-key`` where
+``$SYNC-DOMAIN`` is the domainname of the synchronization service and
+``$SYNC-PATH`` the (usually empty) path.  By putting the private key after
+``#``, we may succeed in disclosing the value even to eager Web-ish
 interpreters of URLs.  Note that the actual synchronization service
 must use the HTTPS protocol, which means we can leave out this prefix.
 

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]