diff --git a/src/index.js b/src/index.js index ff00b214..a4eefdd8 100644 --- a/src/index.js +++ b/src/index.js @@ -283,7 +283,7 @@ export default class ImageTool { * Paste URL of image into the Editor */ patterns: { - image: /https?:\/\/\S+\.(gif|jpe?g|tiff|png|svg|webp)(\?[a-z0-9=]*)?$/i, + image: /https?:\/\/\S+\.(gif|jpe?g|tiff|png|svg|webp)(\?[a-z0-9=\-&]*)?$/i, }, /**