Skip to content

Commit

Permalink
feat: remove sign-addon (#2880)
Browse files Browse the repository at this point in the history
* feat: remove sign-addon
* test(functional): Updated amo fake server and sign command functional test to pass with the submit-addon API

---------

Co-authored-by: Luca Greco <[email protected]>
  • Loading branch information
willdurand and rpl authored Nov 10, 2023
1 parent 2035270 commit 716339d
Show file tree
Hide file tree
Showing 9 changed files with 97 additions and 1,345 deletions.
8 changes: 1 addition & 7 deletions .nsprc
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
{
"exceptions": [
// See: https://github.com/mozilla/web-ext/issues/2678
"https://github.com/advisories/GHSA-p8p7-x288-28g6",

// See: https://github.com/mozilla/web-ext/issues/2678
"https://github.com/advisories/GHSA-72xf-g2v4-qvf3"
]
"exceptions": []
}
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ so as not to disturb any real `addons.mozilla.org` data.

```
web-ext sign --api-key user:123 --api-secret abc1234 \
--api-url-prefix https://addons-dev.allizom.org/api/v4
--amo-base-url https://addons-dev.allizom.org/api/v5/
```

- Signed add-ons created with the development API are hard to install into
Expand Down
Loading

0 comments on commit 716339d

Please sign in to comment.