diff --git a/index.html b/index.html index 7af2f99..fae5396 100644 --- a/index.html +++ b/index.html @@ -41,7 +41,7 @@ Yo, Sup? -
The blue bird experience for Nostr.
Damus Web, the blue bird experience for Nostr.
You are using one right now! You just haven't signed in yet to see - the actual application. Scroll to the top to do that. + the actual application. Close this modal to sign in with your key.
A rich app ecosystem for Nostr. Anyone can build an app for the @@ -247,11 +247,28 @@ that fits you.
+ While the web is great for accessibility and is cross platform, it + is riddled with security implications you should be aware of. The + browser is susceptible to cross-site scripting (XSS) attacks and extension malware. Therefore + you should be sure any web app you use is audited and trusted. + Additionally be aware of what apps you are using. +
+ Secondly it is recommended you use a browser extension to handle + your Nostr key(s). This will delegate the signing process to an + extension that a XSS attack can't access. This is where native apps + have a stronger use case, but you should equally trust those as + well. +
Relays are points of connection, a server. They allow you to read @@ -266,6 +283,10 @@ dictates who can access what and how. This is great for all kinds of use cases for a range of users from individuals to businesses.
You need to use a CLI tool. TODO fill this out.