From df172702dfcdd3d602bb838c602dd03ea3dea88b Mon Sep 17 00:00:00 2001 From: Arnold Chand Date: Fri, 3 Jul 2020 18:30:54 -0400 Subject: [PATCH] update: add mastodon.online to the whitelist (#9104) This will whitelist mastodon.online url, so users from the mastodon.online instance can link their profile within their dev.to profile page. --- app/lib/constants.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/lib/constants.rb b/app/lib/constants.rb index ee75b33b5..e164dd97c 100644 --- a/app/lib/constants.rb +++ b/app/lib/constants.rb @@ -32,6 +32,7 @@ module Constants "mastodon.cloud", "mastodon.gamedev.place", "mastodon.host", + "mastodon.online", "mastodon.sdf.org", "mastodon.social", "mastodon.technology",