Skip to content

Commit

Permalink
Update allowedOrigins example (#1273)
Browse files Browse the repository at this point in the history
This example was incorrect, the URLs need the `https://` to work.
  • Loading branch information
Montoya authored Apr 17, 2024
1 parent ea0a4f0 commit b20a6c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions snaps/reference/permissions.md
Original file line number Diff line number Diff line change
Expand Up @@ -247,8 +247,8 @@ Specify this caveat in the manifest file as follows:
"initialPermissions": {
"endowment:rpc": {
"allowedOrigins": [
"metamask.io",
"consensys.io",
"https://metamask.io",
"https://consensys.io",
"npm:@metamask/example-snap"
]
}
Expand Down

0 comments on commit b20a6c8

Please sign in to comment.