mirror of
https://github.com/almet/notmyidea.git
synced 2025-04-28 19:42:37 +02:00
Add an addendum to the webcrypto article
This commit is contained in:
parent
1d647a6e4e
commit
25909813f2
2 changed files with 13 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -4,7 +4,7 @@ build:
|
|||
$(PELICAN) -s pelican.conf.py content
|
||||
|
||||
upload: build
|
||||
rsync -e "ssh -p 22" -P -rvz --delete output/* alexis@172.19.2.119:/home/www/notmyidea.org/blog
|
||||
rsync -e "ssh -p 22" -P -rvz --delete output/* files:/home/www/notmyidea.org/blog
|
||||
|
||||
serve: build
|
||||
cd output && python -m pelican.server 8000
|
||||
|
|
|
@ -117,3 +117,15 @@ this design has many security problems attached to it.
|
|||
However, that's a problem I would really like to see solved one day, so here
|
||||
the start of the discussion, don't hesitate to `get in touch
|
||||
</pages/about.html>`_!
|
||||
|
||||
Addendum
|
||||
========
|
||||
|
||||
It seems possible to increase the level a user has in a Web Application by
|
||||
adding indicators in the User-Agent. For instance, when using an application
|
||||
that's actually signed by someone considered trustful by the User-Agent (or the
|
||||
distributor of the User-Agent), a little green icon could be presented to the
|
||||
User, so they know that they can be confident about this.
|
||||
|
||||
A bit like User-Agents do for SSL, but for the actual signature of the files
|
||||
being viewed.
|
||||
|
|
Loading…
Reference in a new issue