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 1e8ce25 commit 3d735b0Copy full SHA for 3d735b0
index.js
@@ -27,7 +27,7 @@ const option_defaults = {
27
};
28
29
const decode_field = val => {
30
- return decodeURIComponent(
+ return unescape(
31
val.replace(/%2522/g, '"')
32
.replace(/%255C/g, '\\')
33
.replace(/%2520/g, ' ')
0 commit comments