Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Commit

Permalink
Merge #4375
Browse files Browse the repository at this point in the history
4375: Proper 'matches' permission for webchannel extension manifest r=vladikoff a=grigoryk

FxA URL was mistyped in #4221 :(

### After merge
- [ ] **Milestone**: Make sure issues closed by this pull request are added to the [milestone](https://github.com/mozilla-mobile/android-components/milestones) of the version currently in development.
- [ ] **Breaking Changes**: If this is a breaking change, please push a draft PR on [Reference Browser](https://github.com/mozilla-mobile/reference-browser) to address the breaking issues.


Co-authored-by: Grisha Kruglov <gkruglov@mozilla.com>
  • Loading branch information
MozLando and Grisha Kruglov committed Sep 11, 2019
2 parents 47a6b7f + 1669b60 commit 4ecc6d0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "1.0",
"content_scripts": [
{
"matches": ["https://acounts.firefox.com/*"],
"matches": ["https://accounts.firefox.com/*"],
"js": ["fxawebchannel.js"],
"run_at": "document_start"
}
Expand Down

0 comments on commit 4ecc6d0

Please sign in to comment.