summaryrefslogtreecommitdiff
path: root/oauthlib/common.py
diff options
context:
space:
mode:
authorJonathan Huot <JonathanHuot@users.noreply.github.com>2018-08-12 23:59:35 +0200
committerGitHub <noreply@github.com>2018-08-12 23:59:35 +0200
commit21040fbbd19bd0ef47e9e8b38534e46bc90c7f3e (patch)
treefde0e9781a6fb3f5df425a5840177e1544973c9e /oauthlib/common.py
parentf0958f021ab99429446ebfdef418f8426ebe00c4 (diff)
parent52bd38de2df3d60271703db3d33372c05cbee792 (diff)
downloadoauthlib-21040fbbd19bd0ef47e9e8b38534e46bc90c7f3e.tar.gz
Merge branch 'master' into docs-jwt
Diffstat (limited to 'oauthlib/common.py')
-rw-r--r--oauthlib/common.py2
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):