mirror of
https://github.com/jech/galene.git
synced 2024-11-09 18:25:58 +01:00
Allow brackets and ampersands in URLs.
This commit is contained in:
parent
3c607a6e72
commit
47c90037f3
1 changed files with 1 additions and 1 deletions
|
@ -1347,7 +1347,7 @@ function gotPermissions(perms) {
|
|||
displayMessage("Press Present to enable your camera or microphone");
|
||||
}
|
||||
|
||||
const urlRegexp = /https?:\/\/[-a-zA-Z0-9@:%/._\\+~#=?]+[-a-zA-Z0-9@:%/_\\+~#=]/g;
|
||||
const urlRegexp = /https?:\/\/[-a-zA-Z0-9@:%/._\\+~#&()=?]+[-a-zA-Z0-9@:%/_\\+~#&()=]/g;
|
||||
|
||||
/**
|
||||
* @param {string} line
|
||||
|
|
Loading…
Reference in a new issue