Improving urlRexexp for plugins

paste-quickfix
Eternal 10 years ago committed by Matricon
parent e3842f9268
commit 7753922137
  1. 2
      js/plugins.js

@ -23,7 +23,7 @@ var Plugin = function(name, contentForMessage) {
// Regular expression that detects URLs for UrlPlugin
var urlRegexp = /(?:ftp|https?):\/\/\S*[^\s.;,(){}<>]/g;
var urlRegexp = /(?:(?:https?|ftp):\/\/|www\.|ftp\.)\S*[^\s.;,(){}<>]/g;
/*
* Definition of a user provided plugin that consumes URLs
*

Loading…
Cancel
Save