We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b4108b commit ddd8b6cCopy full SHA for ddd8b6c
src/ParseFile.js
@@ -43,7 +43,7 @@ export type FileSource =
43
};
44
45
const base64Regex = new RegExp(
46
- '([0-9a-zA-Z+/]{4})*(([0-9a-zA-Z+/]{2}==)|([0-9a-zA-Z+/]{3}=)|([0-9a-zA-Z+/]{4}))',
+ '([0-9a-zA-Z+/]{4})*(([0-9a-zA-Z+/][AQgw]==)|([0-9a-zA-Z+/]{2}[AEIMQUYcgkosw048]=)|([0-9a-zA-Z+/]{4}))',
47
'i'
48
);
49
0 commit comments