Skip to content

Commit

Permalink
add geo to the schemes without authority
Browse files Browse the repository at this point in the history
Example geo URL:

  geo:25.245470718844146,51.45400942457904
  • Loading branch information
delthas authored and mvdan committed Dec 27, 2023
1 parent e179eda commit 4596c59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xurls.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ var SchemesNoAuthority = []string{
`bitcoin`, // Bitcoin
`cid`, // Content-ID
`file`, // Files
`geo`, // Geographic location
`magnet`, // Torrent magnets
`mailto`, // Mail
`mid`, // Message-ID
Expand Down

0 comments on commit 4596c59

Please sign in to comment.