Skip to content

Commit

Permalink
Fix for custom view tasks (#3675)
Browse files Browse the repository at this point in the history
* Updating manifest to include valid domains

* Updating validDomain to include ngrok for sample

* Updating validDomain to include ngrok for sample
  • Loading branch information
kevinleung23 authored Apr 21, 2022
1 parent ba4e9a4 commit b7857fc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -120,5 +120,8 @@
],
"permissions": [
"identity"
],
"validDomains": [
"*.ngrok.io"
]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,8 @@
],
"permissions": [
"identity"
],
"validDomains": [
"*.ngrok.io"
]
}
}

0 comments on commit b7857fc

Please sign in to comment.