Fix %% and %semi (broken by 06d7b755582c4d9b4f0694995a9d5488aea628c5).
This commit is contained in:
parent
abc965c9bc
commit
55da327b10
@ -48,7 +48,7 @@ Sauce =
|
|||||||
skip = true
|
skip = true
|
||||||
return ''
|
return ''
|
||||||
|
|
||||||
if key is 'url' and parameter isnt '%%' and parameter isnt '%semi'
|
if key is 'url' and parameter not in ['%', 'semi']
|
||||||
type = JSON.stringify type if /^javascript:/i.test parts['url']
|
type = JSON.stringify type if /^javascript:/i.test parts['url']
|
||||||
type = encodeURIComponent type
|
type = encodeURIComponent type
|
||||||
type
|
type
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user