Hi,
since version 6 of the module it seems as it doesn't work anymore on safari.
probably because it used a positive lookahead regex which is not supported on Safari.
@IonicaBizau can we please adjust the regex in a way that will work on Safari?
the regex:
/(?<!\b(?:[a-z][a-z\d+\-.]{1,50}:))\/{2,}/g
relevant other issue - #22
Thanks!