mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Add missing dot in query parameter (#10581)
So that emails from other users are not exposed.
This commit is contained in:
committed by
Ben Newman
parent
efc8a3525d
commit
ee09e22bde
@@ -50,7 +50,7 @@ if (Meteor.isClient) {
|
||||
Google.whitelistedFields.filter(
|
||||
field => field !== 'email' && field !== 'verified_email'
|
||||
).map(
|
||||
subfield => `services.google${subfield}`
|
||||
subfield => `services.google.${subfield}`
|
||||
),
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user