[rs-commit] r59 - /redwax-signtext/trunk/src/linux/firefox/README.md
rs-commit at redwax.eu
rs-commit at redwax.eu
Thu Sep 15 15:11:10 CEST 2022
Author: minfrin at redwax.eu
Date: Thu Sep 15 15:11:09 2022
New Revision: 59
Log:
Update the docs.
Modified:
redwax-signtext/trunk/src/linux/firefox/README.md
Modified: redwax-signtext/trunk/src/linux/firefox/README.md
==============================================================================
--- redwax-signtext/trunk/src/linux/firefox/README.md (original)
+++ redwax-signtext/trunk/src/linux/firefox/README.md Thu Sep 15 15:11:09 2022
@@ -1,12 +1,13 @@
-# experimental
+# build Firefox extension
-This contains an attempt to use signText returning a ReadableStream that returns
-Promises.
+To build this extension, run "make" in this directory.
-The Promise so returned does not have the correct permissions to be run from the
-page scope, and all attempts fail as follows:
+The extension needs to be signed at https://addons.mozilla.org before it can be used. Upload
+the exention for signing, and then place the extension in the following file in the root of
+the project:
- Error: Permission denied to access property "then"
+```
+rst at redwax.eu.xpi
+```
-Giving up for now.
More information about the rs-commit
mailing list