Skip to content

Commit

Permalink
fix: typos (#5948)
Browse files Browse the repository at this point in the history
  • Loading branch information
guanbinrui authored Mar 24, 2022
1 parent 4039ca9 commit 787fa07
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ Please contact the service maintainer to add CORS headers, the extension will se

The Chromium extension has a fixed id, but only on production mode. And the Firefox browser will set a new id each time it boots an extension. So, in summary, it's better to allow all origins which match the regexp below.

```ts
;/.*-extension:\/\/[^\S]+/
```txt
/.*-extension:\/\/[^\S]+/
```

If you cannot reach the service maintainer another workaround is to use a proxy server to add CORS headers. To enable it try to change the request URL into `https://cors.r2d2.to/?=[url]`.
Expand Down
4 changes: 2 additions & 2 deletions docs/bounty-development-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,10 @@ Almost all bounty tasks for the Mask Network plugin relate to a plugin. After le

## Pull Request Conversions

After bounty hacker opening a pull request. Reviewer will label it with `Type: Bounty`, and update a statu tags while the request on-going.
After bounty hacker opening a pull request. Reviewer will label it with `Type: Bounty`, and update a status tag while the progress on-going.

| Status | Description |
| ------------------- | ---------------------------------------------------------------------------- |
| `Bounty: Started` | The DEV team noticed your request. You will receive comments from reviewers. |
| `Bounty: Reviewed` | The QA team notcied your request. You will receive bugs from reviewers. |
| `Bounty: Reviewed` | The QA team noticed your request. You will receive bugs from reviewers. |
| `Bounty: Qualified` | Your request is qualifed. It will ship soon. |

0 comments on commit 787fa07

Please sign in to comment.