Skip to content

Commit

Permalink
fix(funding): inform the community of ways to support the project
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-molak committed Apr 14, 2020
1 parent 9121b00 commit 637b437
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ the [X Virtual Framebuffer (XVFB)](https://en.wikipedia.org/wiki/Xvfb).

Authenticator generates the web extension dynamically on your machine, which means that the extension is not signed by Mozilla. For this reason, in order to use Authenticator, you need to configure Firefox with a `xpinstall.signatures.required` flag set to `false` (see [example](https://github.com/jan-molak/authenticator-browser-extension/tree/master/e2e/webdriverio)).

**NOTE**: Firefox 48 (Pushed from Firefox 46) and newer do not allow for unsigned extensions to be installed, so you need to use [Firefox Developer Edition](https://www.mozilla.org/en-GB/firefox/developer/) instead.
**NOTE**: Firefox 48 (Pushed from Firefox 46) and newer [do not allow for unsigned extensions to be installed](https://wiki.mozilla.org/Add-ons/Extension_Signing#Timeline), so you need to use [Firefox Developer Edition](https://www.mozilla.org/en-GB/firefox/developer/) instead.

## Your feedback matters!

Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
"description": "Enables your browser-based automated tests to authenticate with your web app.",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"funding": {
"url" : "https://github.com/sponsors/jan-molak"
},
"scripts": {
"clean": "rimraf build reports",
"lint": "eslint . --ext ts",
Expand Down

0 comments on commit 637b437

Please sign in to comment.