Skip to content

Commit

Permalink
Merge 98a6489 into b6f65f9
Browse files Browse the repository at this point in the history
  • Loading branch information
zengoma committed May 21, 2017
2 parents b6f65f9 + 98a6489 commit 9bc739f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oauthlib/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def decode_params_utf8(params):
return decoded


urlencoded = set(always_safe) | set('=&;:%+~,*@!()/?')
urlencoded = set(always_safe) | set('{}[]=&;:%+~,*@!()/?')


def urldecode(query):
Expand Down

0 comments on commit 9bc739f

Please sign in to comment.