You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The build in regex matcher for urls includes surrounding quotes, which can be destructive if we feed serialised objects to the redactor. A slightly improved regex might be: /(https?:\/\/)?[-a-zA-Z0-9@:%._\+~#=]{1,256}\.[a-zA-Z0-9()]{1,6}\b([-a-zA-Z0-9()@:%_\+.~#?&//=]*)/g,
The text was updated successfully, but these errors were encountered:
The build in regex matcher for urls includes surrounding quotes, which can be destructive if we feed serialised objects to the redactor. A slightly improved regex might be:
/(https?:\/\/)?[-a-zA-Z0-9@:%._\+~#=]{1,256}\.[a-zA-Z0-9()]{1,6}\b([-a-zA-Z0-9()@:%_\+.~#?&//=]*)/g,
The text was updated successfully, but these errors were encountered: