diff options
| author | Jonathan Huot <JonathanHuot@users.noreply.github.com> | 2018-08-12 23:59:35 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-08-12 23:59:35 +0200 |
| commit | 21040fbbd19bd0ef47e9e8b38534e46bc90c7f3e (patch) | |
| tree | fde0e9781a6fb3f5df425a5840177e1544973c9e /oauthlib/common.py | |
| parent | f0958f021ab99429446ebfdef418f8426ebe00c4 (diff) | |
| parent | 52bd38de2df3d60271703db3d33372c05cbee792 (diff) | |
| download | oauthlib-21040fbbd19bd0ef47e9e8b38534e46bc90c7f3e.tar.gz | |
Merge branch 'master' into docs-jwt
Diffstat (limited to 'oauthlib/common.py')
| -rw-r--r-- | oauthlib/common.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/oauthlib/common.py b/oauthlib/common.py index f25656f..c1180e6 100644 --- a/oauthlib/common.py +++ b/oauthlib/common.py @@ -114,7 +114,7 @@ def decode_params_utf8(params): return decoded -urlencoded = set(always_safe) | set('=&;:%+~,*@!()/?') +urlencoded = set(always_safe) | set('=&;:%+~,*@!()/?\'$') def urldecode(query): |
