Skip to content

Commit 716339d

Browse files
willdurandrpl
andauthored
feat: remove sign-addon (#2880)
* 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]>
1 parent 2035270 commit 716339d

File tree

9 files changed

+97
-1345
lines changed

9 files changed

+97
-1345
lines changed

Diff for: .nsprc

+1-7
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
11
{
2-
"exceptions": [
3-
// See: https://github.com/mozilla/web-ext/issues/2678
4-
"https://github.com/advisories/GHSA-p8p7-x288-28g6",
5-
6-
// See: https://github.com/mozilla/web-ext/issues/2678
7-
"https://github.com/advisories/GHSA-72xf-g2v4-qvf3"
8-
]
2+
"exceptions": []
93
}

Diff for: CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ so as not to disturb any real `addons.mozilla.org` data.
214214

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

220220
- Signed add-ons created with the development API are hard to install into

0 commit comments

Comments
 (0)