diff options
author | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2020-06-18 07:31:44 +0200 |
---|---|---|
committer | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2020-06-18 07:31:44 +0200 |
commit | 767b97dd885bcc04aac022763e5011115769196a (patch) | |
tree | 66a2c1642ee745f82ebbdc96b266248564baca32 | |
parent | 955bcf1d221c0ba4526474a779bee84f064b1c56 (diff) | |
download | libquotient-767b97dd885bcc04aac022763e5011115769196a.tar.gz libquotient-767b97dd885bcc04aac022763e5011115769196a.zip |
gtad: restrict the identifier regex
-rw-r--r-- | gtad/gtad.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtad/gtad.yaml b/gtad/gtad.yaml index 045f5f35..0197e870 100644 --- a/gtad/gtad.yaml +++ b/gtad/gtad.yaml @@ -15,7 +15,7 @@ analyzer: m.change_password: changePassword m.room_versions: roomVersions AuthenticationData/additionalProperties: authInfo - /\b(Location|Protocol|User)$/: 'ThirdParty$&' + /^/(Location|Protocol|User)$/: 'ThirdParty$1' # These parameters are deprecated and unused in Quotient; so drop them login>/user: "" login>/medium: "" |