Select the types of activity you want to include in your feed.
Select the types of activity you want to include in your feed.
urlencode email verification url's query params
when trying to verify a [plus addressed](https://www.google.com/search?q=plus+addressing) email id, opening the received verification link gives "Invalid verification code. Please request a new verification email."
this is due to unescaped `+` in the email id. ideally all the query params should be url encoded.