From 767b97dd885bcc04aac022763e5011115769196a Mon Sep 17 00:00:00 2001 From: Kitsune Ral Date: Thu, 18 Jun 2020 07:31:44 +0200 Subject: gtad: restrict the identifier regex --- gtad/gtad.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtad') 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: "" -- cgit v1.2.3